To install this library, run:
$ npm install ng-http-loader --save
This package provides an HTTP Interceptor, and a spinner component. The HTTP interceptor listens to all HTTP requests and shows a spinner during pending requests.
In order to have this module listening to your http requests, replace all your http
uses by http: HttpInterceptorService.
It's compatible with Angular 4+.
The spinner has been taken from SpinKit.