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
Copy file name to clipboardExpand all lines: README.MD
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,19 @@ To install this library, run:
9
9
$ npm install ng-http-loader --save
10
10
```
11
11
12
+
## What does it do ?
13
+
12
14
This package provides an HTTP Interceptor, and a spinner component. The HTTP interceptor listens to all HTTP requests
13
15
and shows a spinner during pending requests.
14
16
17
+
## Usage
18
+
15
19
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
20
21
+
## Requirements
22
+
17
23
It's compatible with Angular 4+.
18
24
25
+
## Credits
26
+
19
27
The spinner has been taken from [SpinKit](https://github.com/tobiasahlin/SpinKit).
0 commit comments