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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.2
    2
    • latest

Version History

Package Sidebar

Install

npm i http-ng-loading-bar

Weekly Downloads

1

Version

0.2.2

License

MIT

Last publish

Collaborators

  • treri