Skip to content

Commit e110994

Browse files
committed
Reference angular 7 in readme
1 parent 385bd91 commit e110994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ $ npm install ng-http-loader --save / yarn add ng-http-loader
2626
This package provides an HTTP Interceptor, and some spinner components (All from [SpinKit](https://github.com/tobiasahlin/SpinKit) at the moment).
2727
The HTTP interceptor listens to all HTTP requests and shows a spinner / loader indicator during pending http requests.
2828

29-
## Angular 4 / Angular 5 / Angular 6
29+
## Angular 4 / Angular 5 / Angular 6 / Angular 6 / Angular 7
3030

3131
The latest compatible version with angular 4 is [**`0.3.4`**](https://github.com/mpalourdio/ng-http-loader/tree/0.3.4).
3232
If you want to use Angular 5, use versions **`0.4.0`** and above.
3333

3434
The latest compatible version with angular 5 is version [**`0.9.1`**](https://github.com/mpalourdio/ng-http-loader/tree/0.9.1).
3535

36-
Versions **`1.0.0+`**, **`2.0.0+`** and **`3.0.0+`** are angular 6 / RxJS 6 compatible only.
36+
Versions **`1.0.0+`**, **`2.0.0+`** and **`3.0.0+`** are angular 6 & 7 / RxJS 6 compatible only.
3737

3838
If you experience errors like below, **please double check the version you use.**
3939

0 commit comments

Comments
 (0)