You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package provides an HTTP Interceptor, and a spinner component. The HTTP interceptor listens to all HTTP requests
13
13
and shows a spinner during pending requests.
14
14
15
+
In order to have this module listening to your http requests, replace all your ``http`` uses by [http: HttpInterceptorService](src/app/http-interceptor.service.ts).
16
+
15
17
It's compatible with Angular 4+.
16
18
17
19
The spinner has been taken from [SpinKit](https://github.com/tobiasahlin/SpinKit).
0 commit comments