Skip to content

Commit efc9114

Browse files
committed
Document how to use the http interceptor
1 parent 3225cb6 commit efc9114

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ $ npm install ng-http-loader --save
1212
This package provides an HTTP Interceptor, and a spinner component. The HTTP interceptor listens to all HTTP requests
1313
and shows a spinner during pending requests.
1414

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+
1517
It's compatible with Angular 4+.
1618

1719
The spinner has been taken from [SpinKit](https://github.com/tobiasahlin/SpinKit).

0 commit comments

Comments
 (0)