1.1.1 • Published 7 years ago

angular-loading-overlay-http-interceptor v1.1.1

Weekly downloads
9
License
Apache-2.0
Repository
github
Last release
7 years ago

Angular loading overlay http interceptor

The module allows you to show loading overlay on every ajax request with angular-loading-overlay.
It also includes requests matcher, which allows to act only on certain requests.

Copyright (c) 2016 Oleksandr Beshchuk [bs.alex.mail@gmail.com](mailto: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.