angular-http-loading-interceptor

1.0.4 • Public • Published

HTTP Loading Interceptor Module for Angular 1.4+

This will :

  • intercept all the requests done in the app
  • display a spinner (you have to add the directive's html to your main template)
  • make you successful, obviously

You should customize the css by overwriting #httpLoadingSpinner in your app's stylesheet.

Usage

Register this module in your app:

import httpLoadingInterceptor from 'vendor/angular-http-loading-interceptor';
var app = angular.module('app', [ 'HttpLoadingInterceptor' ]);

Include the css:

import 'angular-http-loading-interceptor/spinner.css';

Add the directive to your template:

<!-- #httpLoadingSpinner -->
<div id="httpLoadingSpinner" http-loading-interceptor-spinner></div>

Dependents (0)

Package Sidebar

Install

npm i angular-http-loading-interceptor

Weekly Downloads

7

Version

1.0.4

License

none

Last publish

Collaborators

  • jarnix