angular-loading-overlay-http-interceptor
v1.1.1
Published
Angular loading overlay integration with http interceptor
Downloads
23
Readme
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 <[email protected]>
Licensed under the Apache License.
Contributing
- Fork the repo
npm install
npm run prepare-development
npm run test:watch
- Make your changes, add your tests
npm run build
- Stage source and dist folders
- Commit, push, PR.