cyclosproject / ng-openapi-gen

An OpenAPI 3.0 codegen for Angular
MIT License
399 stars 134 forks source link

Genrate interface for service #143

Open Totot0 opened 3 years ago

Totot0 commented 3 years ago

It would be nice if the generator could generate the interfaces for the service with being able to use Token injections. This would facilitate mocks during unit testing

luisfpg commented 3 years ago

This would require a considerable rework. Currently I'm short on time for such issues. Help is welcome, though.