1.

What are the benefits of using HTTPClient in Angular 10?

Answer»

In Angular10 HTTP Client PROVIDES EASY to USE APIs and many other FEATURES like-

  • Testing APIs i.e. Application Programming Interfaces
  • Request and Response interceptors.
  • Typed Requests and Response objects
  • Observable BASED APIs
  • Handling errors in a better way.

Note: Before using all these features users have to import HttpClient in your angular application.



Discussion

No Comment Found