Skip to content

Commit ce453d3

Browse files
committed
README
1 parent 14e2f0c commit ce453d3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.MD

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ and shows a spinner during pending requests.
1717

1818
## Usage
1919

20-
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).
21-
Then from your Angular `AppModule`:
20+
From your Angular `AppModule`:
2221

2322
```typescript
2423
import { BrowserModule } from '@angular/platform-browser';
@@ -45,9 +44,12 @@ In your app.component.html, add :
4544
```xml
4645
<spinner></spinner>
4746
```
47+
48+
Then, 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).
49+
4850
## Requirements
4951

50-
It's compatible with Angular 4+.
52+
Compatible with Angular 4+.
5153

5254
## Credits
5355

0 commit comments

Comments
 (0)