ngx-spinjs
v1.0.0
Published
Simple Angular X Spin.js Feature Module in Angular Package Format
Downloads
6
Maintainers
Readme
ngx-spinjs
Usage
npm install [email protected]
for Angular 6
npm install [email protected]
for Angular 5
Import NgxSpinjsModule to NgModule
<ngx-spinjs [toggleSpinner]="true" [backdrop]="false" [options]="spinnerOptions" (spinUpdate)="onUpdate($event)"></ngx-spinjs>
toggleSpinner(required)
backdrop(optional)
options(optional)
spinUpdate(optional)
See app-root of this repo for full example
License
MIT License