Concept of Using HTTP Interceptor in Angular 2
Anyone who has created end-to-end applications most certainly had to deal with an HTTP interceptor in angular 2. Interceptor is a middleware and a very useful concept for handling web APIs like add a token to the header, handle different kinds of errors, redirect the specific response, start and stop loading spinner, etc.We can simply […]