Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-loading-overlay-http-interceptor

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-loading-overlay-http-interceptor - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

.vscode/settings.json

2

bower.json

@@ -8,3 +8,3 @@ {

"description": "Directive to manipulate overlays on async operations.",
"main": "dist/angular-loading-overlay-spin.js",
"main": "dist/angular-loading-overlay-http-interceptor.js",
"keywords": [

@@ -11,0 +11,0 @@ "angular",

{
"name": "angular-loading-overlay-http-interceptor",
"version": "1.1.0",
"version": "1.1.1",
"description": "Angular loading overlay integration with http interceptor",

@@ -5,0 +5,0 @@ "repository": {

# Angular loading overlay http interceptor
The module allows you to show overlay on every ajax request with [angular-loading-overlay](http://bsalex.github.io/angular-loading-overlay/_site/)
The module allows you to show loading overlay on every ajax request with [angular-loading-overlay](http://bsalex.github.io/angular-loading-overlay/_site/).
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](http://www.apache.org/licenses/LICENSE-2.0).
## Contributing
1. Fork the repo
1. `npm install`
1. `npm run prepare-development`
1. `npm run test:watch`
1. Make your changes, add your tests
1. `npm run build`
1. Stage source and dist folders
1. Commit, push, PR.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc