Swagger/OpenApi based Angular client generation samples
Code generator: NSwag generator
NSwag config generator: NSwag Studio
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
To generate the Angular client you should run the npm run swagger
command.
RPC style API sample