Angular 13 Global Loader Spinner on HTTP calls Interceptors Tutorial

In this post, we will learn how to use Angular’s Interceptor class to show a common loader/ spinner indicating about an API HTTP call is in progress. We’ll create a UI component with a custom loader to keep track of every HTTP call going from the client application to a remote server. Angular Interceptors can … Continue reading Angular 13 Global Loader Spinner on HTTP calls Interceptors Tutorial