angular-loading-bar
angular-loading-bar copied to clipboard
A fully automatic loading / progress bar for your angular apps.
Sometimes, when you reload a webpage, you get an exception "cannot get property lastChild or undefined", because the variable parent is undefined. If that is the case we return from...
Hi! The problem I'm facing is that I need to add my own 'loading' steps into the common loading bar. The case is about rendering stage, which takes much more...
Hi, this is a question but I wanted to use this loading bar however I'm working in Angular 6. I noticed that this was created back when AngularJS was still...
**What issue is this PR resolving? Alternatively, please describe the bugfix/enhancement this PR aims to provide** **Have you provided unit tests that either prove the bugfix or cover the enhancement?**...
Just a silly question. Is there a way within the component configuration to make them bigger both bar and spinner?
**What version of angular-loading-bar are you using?** 0.9.0 **What version of AngularJS are you using?** 1.6.1 **What browsers are affected?** All **Please describe the issue** Using [`angular-loading-bar`](https://chieffancypants.github.io/angular-loading-bar/#) on my AngularJS...
Implement a function clear() that will reset the request count to 0 Use Case: Imagine there is a long running request + the user leaves the page. The loading bar...
i have a hybrid app and some parts are in angular 1, some parts are in angular 2 and i converted some components in angular 4 but loading bar stopped...
Hi, Is there a way to disable the loading-bar for all non-GET HTTP requests? I understand that it can be disabled for individual HTTP calls , but how do I...