angular-loading-overlay-spinjs

Angular loading overlay integration with SpinJS

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
angular-loading-overlay-spinjs
001.0.27 years ago7 years agoMinified + gzip package size for angular-loading-overlay-spinjs in KB

Readme

Angular loading overlay integration with Spin.js
The module allows you to easily use Spin.js with angular-loading-overlay
It allows to pass option to spin.js instance.
Copyright (c) 2016 Oleksandr Beshchuk <bs.alex.mail@gmail.com>
Licensed under the Apache License.

Contributing

  1. Fork the repo
  2. npm install
  3. npm run prepare-development
  4. npm run test:watch
  5. Make your changes, add your tests
  6. npm run build
  7. Stage source and dist folders
  8. Commit, push, PR.