Vikram
  • 0
Beginner

What is HTTP interceptor in angular?

  • 0
  1. Interceptors are used to intercept HTTP requests and responses from the application. You can handle them or transform them before passing them on. For example, you can use an interceptor to add an authorization token before passing the HTTP request or cache the HTTP response.

    • 0

You must login to add an answer.