Smart Loader Handler For Angular Apps – ngx-smart-loader

Author: biig-io
Official Page: Go to website
Publish Date: December 31, 2017
License: MIT

Description:

ngx-smart-loader is a lightweight and complete Angular component for managing loaders inside any Angular 2+ app.

Installation:

# Yarn
$ yarn add ngx-smart-loader

# NPM
$ npm install ngx-smart-loader --save

Features:

  • Handle large quantity of loaders anywhere in your app
  • Customize the style of your loaders through custom CSS classes
  • No external CSS library is used so you can easily add yours
  • Manipulate groups of loader at the same time
  • Events on start and stop for each loader
  • Manage all your loaders stack with very fast methods
  • Very smart z-index computation
  • Check for loader(s) activity
  • AoT compilation support

Preview:

ngx-smart-loader


You Might Be Interested In:

Add Comment