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 (All from [SpinKit](https://github.com/tobiasahlin/SpinKit) at the moment).
16
16
The HTTP interceptor listens to all HTTP requests and shows a spinner during pending requests.
17
17
18
+
## HttpClientModule
19
+
20
+
All http requests *MUST* be perfomed with the new ``HttpClientModule`` available from ``angular 4.3``. See this [blogpost](http://blog.ninja-squad.com/2017/07/17/http-client-module/) as reference.
0 commit comments