devyumao / angular2-busy

Show busy/loading indicators on any promise, or on any Observable's subscription.
http://devyumao.github.io/angular2-busy/demo/asset/
MIT License
314 stars 102 forks source link

Support for Overlapping Subscriptions #77

Open ghillert opened 7 years ago

ghillert commented 7 years ago

This may be a feature request.

In certain situations a component may create multiple Observables whose Subscriptions I would like to add to the busy indicator. Those Subscriptions may be the result of different method calls. Therefore, "overlapping Subscriptions" could be a possibility.

It would be nice if Angular2 Busy could consume a stateful array (or similar) and upon completion remove Subscriptions from that array.