TypeScriptAngularJsProxyGenerator 2.2.0
dotnet add package TypeScriptAngularJsProxyGenerator --version 2.2.0
NuGet\Install-Package TypeScriptAngularJsProxyGenerator -Version 2.2.0
<PackageReference Include="TypeScriptAngularJsProxyGenerator" Version="2.2.0" />
paket add TypeScriptAngularJsProxyGenerator --version 2.2.0
#r "nuget: TypeScriptAngularJsProxyGenerator, 2.2.0"
// Install TypeScriptAngularJsProxyGenerator as a Cake Addin #addin nuget:?package=TypeScriptAngularJsProxyGenerator&version=2.2.0 // Install TypeScriptAngularJsProxyGenerator as a Cake Tool #tool nuget:?package=TypeScriptAngularJsProxyGenerator&version=2.2.0
Create TypeScript or JavaScript Proxies for your ASP.NET MVC Controllers. The T4 template can create Angular 2, AngularJs or jQuery proxies for your .NET Controllers or WebApi Controller.
How to use it: https://github.com/squadwuschel/MvcControllerToProxyGenerator
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Microsoft.AspNet.Mvc (>= 2.0.0 && <= 7.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.0 | 3,269 | 11/10/2017 |
2.1.3 | 927 | 11/3/2017 |
2.1.1 | 942 | 10/24/2017 |
2.1.0 | 890 | 10/24/2017 |
2.0.4 | 950 | 9/12/2017 |
2.0.2 | 973 | 8/11/2017 |
2.0.1 | 1,067 | 6/7/2017 |
2.0.0 | 1,271 | 10/22/2016 |
1.2.1 | 1,050 | 7/1/2016 |
1.2.0 | 1,072 | 3/26/2016 |
1.1.0 | 1,045 | 3/17/2016 |
1.0.11 | 1,030 | 2/29/2016 |
1.0.10 | 1,188 | 2/25/2016 |
1.0.9 | 1,155 | 2/24/2016 |
1.0.8 | 1,080 | 2/23/2016 |
1.0.6 | 1,110 | 2/22/2016 |
1.0.5 | 988 | 2/22/2016 |
1.0.4 | 1,048 | 2/20/2016 |
1.0.3 | 1,023 | 2/10/2016 |
1.0.2 | 997 | 2/8/2016 |
1.0.1 | 1,212 | 1/13/2016 |
1.0.0 | 1,166 | 1/13/2016 |
Version 1.0.2: Added support for alternative proxy creation path
Version 1.0.3: ProxyGeneratorScript.tt Script moved to the "Scripts" Folder
Version 1.0.4: Added FileUpload Support in all ProxyTypes with .NET Type "HttpPostedFileBase"
Version 1.0.5: Removed the Dependency "Microsoft.VisualStudio.TextTemplating" for testing
Version 1.0.6: Bugfix for COM Exception in ProxyFileManager
Version 1.0.7: Removed unused NuGet Packages from ProxyGenerator.dll - minimum Requirement ist .NET 4.0 Project now.
Version 1.0.8: Bugfix alternative filepath for proxycreation
Version 1.0.10: BugFix jQuery "POST" data attribute added for post calls
Version 1.0.11: Bugfix jQuery "POST" added "JSON.stringify(data)", added support to store the proxysettings in the web.config (ReadMe Updated)
Version 1.1.0: Added Support for Generics
Version 1.2.0: Added Support to create "window.location.href" function calls
Version 1.2.1: Added Support to specify the outputpath for every ProxyType
Version 2.0.0: Added Angular 2 Support with new Attribute
Version 2.0.1: Assembly Loading Fix
Version 2.0.2: Logging Possibility implemented for FileloadExceptions from the Assemblies
Version 2.1.0: Loading 64Bit DLLs with T4 now Possible
Version 2.1.1: Loading 64Bit DLLs with T4 now Possible - Bugfix
Version 2.1.3: Fix Loading Assemblies
Version 2.2.0: Angular 5 Support for httpClient - not working with Angular 2 any more.