The introduction of the HttpClient API in angular 4.1 along with the other Http API is confusing.
They both serve the same purpose and yet they are put in 2 separate packages.
Is there a possibility that Http gets deprecated in favor of HttpClient (similarly to what happened with Renderer and Renderer2)?
Has there been any announcement from the angular team on this?
P.S: Please note that my question concerns only the deprecation possibility of Http, and not any technical implementation related to HttpClient.