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
- Install bootstrap
npm i sdrc-loader
add SdrcLoaderModule to @ngModule imports
imports: [ SdrcLoaderModule ]
Colours of loader can be overwritten in styles.css.
- show() and hide() in SdrcLoaderService can be used to manually show or hide modal.