zijianhuang / webapiclientgen

Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
MIT License
167 stars 38 forks source link

remove dependency on jQuery #47

Closed zijianhuang closed 6 years ago

zijianhuang commented 6 years ago

since the generated jQuery codes may not necessarily stay with the WebApi project; or simply, the program does not want to generate jQ codes.

Alternatively, I could make the plugin structure, one for jQ and the other for NG.

zijianhuang commented 6 years ago

released 2.4.4