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

Feature: Busy using async pipe #69

Open mtpultz opened 7 years ago

mtpultz commented 7 years ago

Is it possible have busy show when using the async pipe? The async pipe adds the subscribe so can't use it in the controller as it's just a subscription.

simonharrer commented 7 years ago

That would be awesome! I use the async feature a lot because I don't have to handle unsubscribing the subscription anymore.