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
{{ message }}
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.
The HttpClient library was introduced back in Angular 4.3 as a replacement for the good old Http module which has been DEPRECATED as for Angular 5.
The HttpClient library also introduces a more elegant API for handling request headers and response objects and HTTP interceptors, which we will be wanting to use in the future.
The text was updated successfully, but these errors were encountered:
The
HttpClient
library was introduced back in Angular 4.3 as a replacement for the good oldHttp
module which has been DEPRECATED as for Angular 5.The HttpClient library also introduces a more elegant API for handling request headers and response objects and HTTP interceptors, which we will be wanting to use in the future.
The text was updated successfully, but these errors were encountered: