geeklearningio / gl-swagger-generator

Jane - An OpenAPI Specification (formerly Swagger) Client Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 4 template : generateInterface doesn't work

mvidailhet opened this issue · comments

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.

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

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

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