cyclosproject / ng-openapi-gen

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

[Bug] ApiService invalid syntax #294

Closed MichPal closed 1 year ago

MichPal commented 1 year ago

I am running command like this: ng-openapi-gen --input c:\swagger.json --apiService ApiService --services false. Thre generated ApiService has invalid syntax. There is extra /</R/> that causing errors. When i delete it, it works. image