Difference between HTTP and HTTPClient in angular 4?

Difference between HTTP and HTTPClient in angular 4?

The HttpClient is used to perform HTTP requests. It can be imported from @angular/common/http. It is highly recommended to use as compare to HTTP. HTTP can be imported from @angular/http.