flowup / api-client-generator

Angular REST API client generator from Swagger YAML or JSON file with camel case settigs
MIT License
115 stars 21 forks source link

Use new provideIn syntax for service injection #65

Open elvirdolic opened 6 years ago

elvirdolic commented 6 years ago

Would be good to have in setting to define how it should be provided, by "provideIn" syntax or legacy syntax.

vmasek commented 4 years ago

Hello, sorry for getting to this feature request after so long.

This would be probably related only when you integrate one big service of all the operations and do not split into multiple "micro" services (like User, Product, Order, ...). Do I get it right that goal is to have that one service provided in 'root' ?