Skip to content

Commit dd76170

Browse files
committed
Update README, tree-shakable service
1 parent 900e631 commit dd76170

File tree

6 files changed

+139
-124
lines changed

6 files changed

+139
-124
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# ngx-ui-loader
1010

11-
An all-in-one and fully customizable loader/spinner for Angular 5+ and Angular 6+ applications. It supports foreground, background spinner/loader and indicative progress bar.
11+
An all-in-one and fully customizable loader/spinner for Angular 5, 6 and 7+ applications. It supports foreground, background spinner/loader and indicative progress bar.
1212

1313
[![ngx-ui-loader-demo](https://j.gifs.com/gL9k9r.gif)](https://ngx-ui-loader-demo.stackblitz.io)
1414

@@ -87,6 +87,12 @@ $ npm install --save ngx-ui-loader
8787
$ yarn add ngx-ui-loader
8888
```
8989

90+
##### * For Angular 4 and 5, please use ngx-ui-loader version 1.2.x
91+
92+
```shell
93+
$ npm install --save [email protected]
94+
```
95+
9096
<a name="import_ngxuiloadermodule"></a>
9197

9298
### 2.2 Import `NgxUiLoaderModule`
@@ -439,6 +445,16 @@ NgxUiLoaderHttpModule.forRoot({ exclude: ['/api/auth'] });
439445

440446
## 9. Changelog
441447

448+
**v.7.0.0**
449+
* Update README
450+
451+
**v.2.0.0**
452+
* Update dependencies
453+
* Update README
454+
455+
**v.1.2.5**
456+
* Be able to hide progress bar
457+
442458
**v.1.2.0**
443459
* Add NgxUiLoaderBlurred directive for blurring the page content while the foreground loading is showed. See [NgxUiLoaderBlurred](#ngxuiloaderblurred_directive)
444460
* `NGX_POSITIONS` is deprecated. Use `POSITION` instead

0 commit comments

Comments
 (0)