Skip to content

Commit c47092e

Browse files
committed
READMe (again)
1 parent efc9114 commit c47092e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.MD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,19 @@ To install this library, run:
99
$ npm install ng-http-loader --save
1010
```
1111

12+
## What does it do ?
13+
1214
This package provides an HTTP Interceptor, and a spinner component. The HTTP interceptor listens to all HTTP requests
1315
and shows a spinner during pending requests.
1416

17+
## Usage
18+
1519
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).
1620

21+
## Requirements
22+
1723
It's compatible with Angular 4+.
1824

25+
## Credits
26+
1927
The spinner has been taken from [SpinKit](https://github.com/tobiasahlin/SpinKit).

0 commit comments

Comments
 (0)