cyclosproject / ng-openapi-gen

An OpenAPI 3.0 codegen for Angular
MIT License
397 stars 132 forks source link

[Bug] ApiService invalid syntax #294

Closed MichPal closed 12 months 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