Use HTTP Interceptor to Set Auth Header for API Requests with Angular

Interceptors provide a way to intercept the incoming and outgoing HTTP requests using HttpClient. By...