http-ng-loading-bar
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

http-ng-loading-bar

A automatic loading / progress bar for http-ng

Install

npm install http-ng-loading-bar

Dependencies

Usage

import http from 'http-ng';
import loadingbar from 'http-ng-loading-bar';

http.interceptors.push(loadingBar);

http.get('/foo').then(function(res){console.log(res)});

Credit

This library is heavily inspired by angular-loading-bar

License

MIT

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i http-ng-loading-bar

    Weekly Downloads

    2

    Version

    0.2.2

    License

    MIT

    Last publish

    Collaborators

    • treri