angular-progress-http
angular-progress-http copied to clipboard
Use class of HttpClientModule instead the deprecated class of HttpModule
Hi developer,
I have seen that Progressive extends Http which is deprecated in angular 5. Have you planned to migrate ad HttpClient?
Thanks
Best Regards
Hi @davide1794 , this package will not be needed after angular/http will be removed because HttpClient can work with progress events itself. You can read more here https://angular.io/guide/http#listening-to-progress-events
@DarkXaHTeP I guess this should be mentioned on the top of the README. And thanks for module btw, saved lots of time