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

Hey there - thanks for your work on this! It really made my life much simplier. However, I just wanted to give you a heads up on RxJS 6. They...

The README.md says: ``` import {NgModule} from '@angular/core'; import {BusyModule, BusyConfig} from 'angular2-busy'; @NgModule({ imports: [ // ... BusyModule.forRoot( ... }) ) ], // ... }) export class AppModule ```...

Busy stays and blocks the UI even after the promise returns.. app.module.ts `import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { FormsModule } from '@angular/forms';...

![angular2-busy](https://cloud.githubusercontent.com/assets/23705102/20576707/fd255c82-b18c-11e6-9a7a-3d8fdf35392a.png) Getting the following error. Any help appreciated. ``` Error: (SystemJS) XHR error (404 Not Found) loading http://localhost:60660/angular2-busy Error: XHR error (404 Not Found) loading http://localhost:60660/angular2-busy Error loading http://localhost:60660/angular2-busy as...

Hi. Not sure if this has been fixed in recent versions (i have "angular2-busy": "^1.0.2", in my packages.json) but I'm finding this problem: When the page has scroll and an...

When the user scroll to the bottom of the page and perform a request (using subscribe) the page is blurred but the busy indicator (the rectangle itself) does not showning...

Steps to reproduce: - create a new project using Angular-CLI v1.5.0-rc.5. - update Angular to v5.0.0-rc.7. - use angular2-busy v2.0.4. - use typescript v2.5.3. - build in prod mode "ng...

Rather than blocking a component is it possible to block the root component or append the same to a main body ? I need to make busy all my promises...

Hi, is there a way to specify an Angular element as the template? I'd like to use `@angular2/material` 's `` component, but currently it fails with a 'Not a known...