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
168 stars 38 forks source link

Generate a component for angular 6, 7 #69

Closed weedkiller closed 5 years ago

weedkiller commented 5 years ago

Hi can this generate a component for Angular 6 or 7.

By that I mean, can it generate the 3 files needed in a component , Service, HTMLand Component?

zijianhuang commented 5 years ago

You use the generated client API as service, as shown in the Angular demo included in this project, as well as in the other 2 dedicated demo repros listed in readme.md.

zijianhuang commented 5 years ago

no action needed