1.0.0 • Published 6 years ago

ngx-spinjs v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

ngx-spinjs

Generic badge support

Usage

npm install ngx-spinjs@1.0.0 for Angular 6

npm install ngx-spinjs@0.1.1 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