geeklearningio / gl-swagger-generator

Jane - An OpenAPI Specification (formerly Swagger) Client Generator
MIT License
6 stars 1 forks source link

Angular 4 template : generateInterface doesn't work #66

Open mvidailhet opened 6 years ago

mvidailhet commented 6 years ago

If I set the generateInterface option to true in the templateOptions, the Interface file is not generated. In the client file, I have "implements IMyService", but the interface IMyService is not generated.

sandorfr commented 6 years ago

true, support for interface has not been implemented in that template. What do you need it for?

mvidailhet commented 6 years ago

I don't, but it creates a bug when I set the param to true, as it implements an interface that doesn't exist

sandorfr commented 6 years ago

yeah but don't set it to true then :)