Skip to content

Commit 64812db

Browse files
authored
Document HttpClientModule
Closes #2
1 parent c9bfb99 commit 64812db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ $ npm install ng-http-loader --save
1515
This package provides an HTTP Interceptor, and a spinner component (All from [SpinKit](https://github.com/tobiasahlin/SpinKit) at the moment).
1616
The HTTP interceptor listens to all HTTP requests and shows a spinner during pending requests.
1717

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.
21+
1822
## Usage
1923

2024
From your Angular `AppModule`:

0 commit comments

Comments
 (0)