Skip to content

Swagger/OpenApi based Angular client generation samples

Notifications You must be signed in to change notification settings

nagybalint001/swagger-codegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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