ngx-reactive-loading

Reactive loading state management for Angular applications

Usage no npm install needed!

<script type="module">
  import ngxReactiveLoading from 'https://cdn.skypack.dev/ngx-reactive-loading';
</script>

README

NGX Reactive Loading

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.

npm version bundle size npm downloads license Coverage Status Workflow Status Supported version Supported RxJS version

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.