ngx-reactive-loading
v2.0.1
Published
Reactive loading state management for Angular applications
Downloads
180
Maintainers
Readme
Reactive loading state management for Angular applications
ngx-reactive-loading is a loading manager solution built on top of RxJS. It provides a set of helpers with angular dependency injection support to track multiple and dynamic loading states through your application.
Features
✅ Flexible and reactive loading state management ✅ Supports Angular dependency injection ✅ Fully tree-shakeable ✅ Integrable with any state manager solution ✅ 100% tested
Table of contents
Versions
| ngx-reactive-loading | Angular | RxJS | | -------------------- | ------------------- | ------- | | >=2.0.0 | >=13.0.0 | >7.0.0 | | >=1.3.0 < 2.0.0 | >=12.0.0 < 13.0.0 | >6.5.3 |
Getting started
Install with npm
npm i ngx-reactive-loading
Or with yarn
yarn add ngx-reactive-loading
Docs
Check out the documentation here.