You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of Angular 4.3 they have decided to create a new API for the HTTP client. As such we should update the generated Typescript-Angular client to use the new API as the old API will be deprecated in the future. I foresee people no updating their Angular version strictly for their swagger generated code so that's why I think this should optional post 2.3.0 and not required.
The enhancement idea would be to either follow the 2.3.0 ngVersion flag and select 4.3 for the newly HTTP or to have another flag that signifies you want to use it. I'd suggest sticking to the ngVersion way due to changes in dependencies needing to be made as well.
This issue was mostly made for tracking purposes so we don't forget.
macjohnny, JSkimming, christarczon, null0rUndefined, wing328 and 17 more