Skip to content

Commit 39ed9e1

Browse files
committed
chore: version bump
1 parent 234b95f commit 39ed9e1

File tree

7 files changed

+613
-317
lines changed

7 files changed

+613
-317
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# ngx-ui-loader
1212

13-
An all-in-one and fully customizable loader/spinner for Angular 5, 6 and 7+ applications. It supports foreground, background spinner/loader, indicative progress bar and multiple loaders.
13+
An all-in-one and fully customizable loader/spinner for Angular 5, 6, 7 and 8+ applications. It supports foreground, background spinner/loader, indicative progress bar and multiple loaders.
1414

1515
[![ngx-ui-loader-demo](https://raw.githubusercontent.com/t-ho/ngx-ui-loader/master/src/assets/multi-loaders.gif)](https://ngx-ui-loader.stackblitz.io/multiloader)
1616

@@ -59,6 +59,15 @@ $ yarn add ngx-ui-loader
5959

6060
_Please read [wiki page](https://github.com/t-ho/ngx-ui-loader/wiki) for more instructions_
6161

62+
### \* For Angular 6 and 7, please use ngx-ui-loader version 7.2.x
63+
64+
```shell
65+
$ npm install --save [email protected]
66+
```
67+
68+
_The documentation for **v7.2.x** is available [here](https://github.com/t-ho/ngx-ui-loader/blob/v7.x.x/README.md)_
69+
70+
6271
### \* For Angular 4 and 5, please use ngx-ui-loader version 1.2.x
6372

6473
```shell

0 commit comments

Comments
 (0)