Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

sdrc-loader

lax21654MIT0.0.1TypeScript support: included

This package is developed by SDRC UI team with four optional styles of preloader. Its peer dependency is bootstrap. Please follow the installation steps.

readme

This package is developed by SDRC UI team with four optional styles of preloader. Its peer dependency is bootstrap. Please follow the installation steps.

Steps to use SDRC Table

  1. Install bootstrap
  1.  npm i sdrc-loader
  2. add SdrcLoaderModule to @ngModule imports

     imports: [
         SdrcLoaderModule
     ]

Colours of loader can be overwritten in styles.css.

  1. show() and hide() in SdrcLoaderService can be used to manually show or hide modal.