TypeScriptAngularJsProxyGenerator 1.2.0
See the version list below for details.
dotnet add package TypeScriptAngularJsProxyGenerator --version 1.2.0
NuGet\Install-Package TypeScriptAngularJsProxyGenerator -Version 1.2.0
<PackageReference Include="TypeScriptAngularJsProxyGenerator" Version="1.2.0" />
paket add TypeScriptAngularJsProxyGenerator --version 1.2.0
#r "nuget: TypeScriptAngularJsProxyGenerator, 1.2.0"
// Install TypeScriptAngularJsProxyGenerator as a Cake Addin #addin nuget:?package=TypeScriptAngularJsProxyGenerator&version=1.2.0 // Install TypeScriptAngularJsProxyGenerator as a Cake Tool #tool nuget:?package=TypeScriptAngularJsProxyGenerator&version=1.2.0
Create TypeScript or JavaScript Proxies for your ASP.NET MVC Controllers. The T4 template can create 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,260 | 11/10/2017 |
2.1.3 | 925 | 11/3/2017 |
2.1.1 | 940 | 10/24/2017 |
2.1.0 | 888 | 10/24/2017 |
2.0.4 | 948 | 9/12/2017 |
2.0.2 | 971 | 8/11/2017 |
2.0.1 | 1,065 | 6/7/2017 |
2.0.0 | 1,269 | 10/22/2016 |
1.2.1 | 1,048 | 7/1/2016 |
1.2.0 | 1,070 | 3/26/2016 |
1.1.0 | 1,043 | 3/17/2016 |
1.0.11 | 1,028 | 2/29/2016 |
1.0.10 | 1,186 | 2/25/2016 |
1.0.9 | 1,151 | 2/24/2016 |
1.0.8 | 1,078 | 2/23/2016 |
1.0.6 | 1,108 | 2/22/2016 |
1.0.5 | 984 | 2/22/2016 |
1.0.4 | 1,046 | 2/20/2016 |
1.0.3 | 1,021 | 2/10/2016 |
1.0.2 | 995 | 2/8/2016 |
1.0.1 | 1,210 | 1/13/2016 |
1.0.0 | 1,164 | 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