TypeScriptAngularJsProxyGenerator 1.0.4
See the version list below for details.
dotnet add package TypeScriptAngularJsProxyGenerator --version 1.0.4
NuGet\Install-Package TypeScriptAngularJsProxyGenerator -Version 1.0.4
<PackageReference Include="TypeScriptAngularJsProxyGenerator" Version="1.0.4" />
<PackageVersion Include="TypeScriptAngularJsProxyGenerator" Version="1.0.4" />
<PackageReference Include="TypeScriptAngularJsProxyGenerator" />
paket add TypeScriptAngularJsProxyGenerator --version 1.0.4
#r "nuget: TypeScriptAngularJsProxyGenerator, 1.0.4"
#addin nuget:?package=TypeScriptAngularJsProxyGenerator&version=1.0.4
#tool nuget:?package=TypeScriptAngularJsProxyGenerator&version=1.0.4
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.VisualStudio.TextTemplating.14.0 (>= 14.1.24720)
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,466 | 11/10/2017 |
2.1.3 | 1,100 | 11/3/2017 |
2.1.1 | 1,113 | 10/24/2017 |
2.1.0 | 1,064 | 10/24/2017 |
2.0.4 | 1,122 | 9/12/2017 |
2.0.2 | 1,144 | 8/11/2017 |
2.0.1 | 1,239 | 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"