I am new in Angular2 and I am learning to make http calls.
I have found Angular2 has these two modules:
HttpModule from @angular/http
and
HttpClientModule from @angular/common/http
and they both support http calls.
However I don't figure out the difference between them.
Does anyone know about this?