What is difference between http and httpclient in angular?
Answer / Mamta Sonkar
Angular's HTTP service (Http) is a higher-level abstraction for making network requests. It provides an easy way to make HTTP requests and handle responses using observables. HttpClient, on the other hand, is a lower-level library that provides more advanced features like client-side caching and server push.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get and log an error in angular 4?
What is the difference between javascript and ecmascript?
Explain ng-include directive.
Can I learn angular without knowing javascript?
What is the linking function and what are the types of linking function?
How angular prevents sross site scripting (xss)?
What are Expressions in AngularJS?
How to isolate a directive’s scope in angularjs?
Why use pipes in angular?
What is lazy loading angular?
What is difference between ngoninit and constructor?
What do u mean by router?