angular2-busy icon indicating copy to clipboard operation
angular2-busy copied to clipboard

Show busy/loading indicators on any promise, or on any Observable's subscription.

Results 55 angular2-busy issues
Sort by recently updated
recently updated
newest added

Angular has been upgraded from version 2 to 4. Still, this library is called **angular2**-busy. I anticipate transparency issues going forward.

- created custom compiler for aot compilation related to https://github.com/devyumao/angular2-busy/issues/60

When I tried to install the package, it prompts to "rename" of another library typestate. Please help, thanks! ![image](https://cloud.githubusercontent.com/assets/7815640/26591288/6a1b7486-451a-11e7-8424-c8f208e3c184.png)

Using angular2-busy I lock the UI when a http request is running. this.loginFail = !await (this.busy = this.authenticationService.login(this.username, this.password)); I only have one promise, if the promise fails to create...

In real angular APP, you do not use http observable directly, you want to use real data = TRUE/FALSE. So if this should have been usable, you would have added...

This component is great, but it shouldn't be necessary to link to the stylesheet since Angular 2+ allows packaging css in a component using the `styles` or `styleUrls` properties of...

I am trying to use it with system.config.js, it does not seem to work.

it corresponds to DynamicComponent's componentModules attribute it is needed when a specified custom template contains Component(s) from other modules PS: not sure whether the build script is supposed to generate...

Is it possible to add a cancel button on the template to destroy/cancel the progress indicator?

It's works fine with firefox when forcing reload (angular 2.2) but in chrome for some reason it doesn't and crash the tab . ps i'm using it with observables