Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 761 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 761 Bytes

Swagger codegen

Swagger/OpenApi based Angular client generation samples

Code generator: NSwag generator

NSwag config generator: NSwag Studio

.NET/MSBuild based samples

The Angular client is generated during the build of the dotnet project (from the controllers, not from a swagger.json).

Restful API sample

RPC style API sample

NPM based sample

To generate the Angular client you should run the npm run swagger command.

RPC style API sample