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.
✅ Flexible and reactive loading state management
✅ Supports Angular dependency injection
✅ Fully tree-shakeable
✅ Integrable with any state manager solution
✅ 100% tested
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 |
Install with npm
npm i ngx-reactive-loading
Or with yarn
yarn add ngx-reactive-loading
Check out the documentation here.