Skip to content

Commit 99cde5e

Browse files
committed
Add angular compatibility table
1 parent 1204cc3 commit 99cde5e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

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

30-
## Angular 4 / Angular 5 / Angular 6 / Angular 7
31-
32-
The latest compatible version with angular 4 is [**`0.3.4`**](https://github.com/mpalourdio/ng-http-loader/tree/0.3.4).
33-
If you want to use Angular 5, use versions **`0.4.0`** and above.
34-
35-
The latest compatible version with angular 5 is version [**`0.9.1`**](https://github.com/mpalourdio/ng-http-loader/tree/0.9.1).
36-
37-
Versions **`1.0.0+`**, **`2.0.0+`** and **`3.0.0+`** are angular 6 & 7 / RxJS 6 compatible only.
38-
Versions **`4.0.0`** and **`5.0.0+`** are meant to be angular 7 compatible only.
30+
## Angular Compatibility
31+
32+
| ng-http-loader | Angular |
33+
| -------------- | ------------------ |
34+
| >=0.1.0 <0.4.0 | ^4.3.0 |
35+
| >=0.4.0 <1.0.0 | ^5.0.0 |
36+
| >=1.0.0 <3.1.2 | ^6.0.0 |
37+
| 3.1.2 | ^6.0.0 \|\| ^7.0.0 |
38+
| >=4.0.0 | ^7.0.0 |
3939

4040
If you experience errors like below, **please double check the version you use.**
4141

0 commit comments

Comments
 (0)