Computer Science, asked by mona4692, 1 year ago

Difference between httpclient and httpclientmodule

Answers

Answered by aaravgupta49
1

Answer:

They both support HTTP calls but HTTP is the older API and will eventually be deprecated. The new HttpClient service is included in the HttpClientModule that used to initiate HTTP request and responses in angular apps. The HttpClientModule is a replacement of HttpModule.

Similar questions