I read official upgrade guide and it says something like "because HttpClient gets wide adoption we decided to..." but what are real benefits this HttpClient brings along?
I was considering to try it out, but got confused half way as I don't know what needs to happen to these after I upgrade:
import { Http, Headers, RequestOptions, ResponseContentType } from '@angular/http';
I tried to find a "match in the new client: import { HttpClient, HttpParams, HttpHeaders } from '@angular/common/http'
But have no idea how those should be properly "upgraded" as the guide says nothing about it.
So second question - what do we do with those other http things?