angular-opensource icon indicating copy to clipboard operation
angular-opensource copied to clipboard

angular opensource modules

Results 10 angular-opensource issues
Sort by recently updated
recently updated
newest added

Hi Victos, I am using your package. Thanks for developing it! However, when I use ng-busy to listen to a subscription like this: `` I don't know if I need...

I'm using the ng-busy package with the following configurations: ng-busy: 9.0.0 Angular & Angular CLI: 10.1.2 Node: 12.16.3 I have created a custom loader component and set it as the...

I'm running under the following configurations Angular CLI: 6.2.9 Node: 8.9.4 ng-busy: 6.2.0 In following your example with the following code `@NgModule({ imports: [ ... NgBusyModule.forRoot(new BusyConfig({...` Running the build...

Would it be possible to get access to the instance of BusyTrackerService? I've tried to dependency inject it into my app and parent components so I could tell globally if...

With Angular2-Busy I could start and stop the busy indicator with a boolean. With my controller like: isBusy = true When I try that with ng-busy I get the following...

Is it (or would it be) possible to use`ng-busy` with more complex RxJS operators like `switchMap` or `exhaustMap` on a `BehaviorSubject` without subscribing to an Observable within a subscribe block?...

Would be great to have a boolean signal as source of the input. [signal-busy.TGZ](https://github.com/victos/angular-opensource/files/14395627/signal-busy.TGZ)

In angular 17 standalone app, the entire app is disabled, not only the target part. Steps to reproduce: 1. create a new app: ng new signal-busy --skip-tests --standalone --no-ssr --directory=....

Hello, We're using Angular 15, which needs the dependency for rxjs ^7.4.0, but ng-busy needs ^7.2.0 -.- Could you add the other version?

ng-busy no longer works with Angular 18 projects.