TypeScriptAngularJsProxyGenerator 1.0.10
See the version list below for details.
dotnet add package TypeScriptAngularJsProxyGenerator --version 1.0.10
NuGet\Install-Package TypeScriptAngularJsProxyGenerator -Version 1.0.10
<PackageReference Include="TypeScriptAngularJsProxyGenerator" Version="1.0.10" />
<PackageVersion Include="TypeScriptAngularJsProxyGenerator" Version="1.0.10" />
<PackageReference Include="TypeScriptAngularJsProxyGenerator" />
paket add TypeScriptAngularJsProxyGenerator --version 1.0.10
#r "nuget: TypeScriptAngularJsProxyGenerator, 1.0.10"
#addin nuget:?package=TypeScriptAngularJsProxyGenerator&version=1.0.10
#tool nuget:?package=TypeScriptAngularJsProxyGenerator&version=1.0.10
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,465 | 11/10/2017 |
2.1.3 | 1,099 | 11/3/2017 |
2.1.1 | 1,112 | 10/24/2017 |
2.1.0 | 1,063 | 10/24/2017 |
2.0.4 | 1,121 | 9/12/2017 |
2.0.2 | 1,143 | 8/11/2017 |
2.0.1 | 1,238 | 6/7/2017 |
2.0.0 | 1,449 | 10/22/2016 |
1.2.1 | 1,238 | 7/1/2016 |
1.2.0 | 1,257 | 3/26/2016 |
1.1.0 | 1,228 | 3/17/2016 |
1.0.11 | 1,209 | 2/29/2016 |
1.0.10 | 1,369 | 2/25/2016 |
1.0.9 | 1,337 | 2/24/2016 |
1.0.8 | 1,267 | 2/23/2016 |
1.0.6 | 1,292 | 2/22/2016 |
1.0.5 | 1,177 | 2/22/2016 |
1.0.4 | 1,231 | 2/20/2016 |
1.0.3 | 1,206 | 2/10/2016 |
1.0.2 | 1,183 | 2/8/2016 |
1.0.1 | 1,486 | 1/13/2016 |
1.0.0 | 1,440 | 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