Angular Material Display Spinner with Every HTTP Request
It is an essential requirement for any application to show some kind of a loading animation - Angular apps are no exception. We often make HTTP requests to communicate with a back-end API. In this post, we will implement an abstract solution to show an Angular Material spinner while an…