angular-opensource
angular-opensource copied to clipboard
Will subscription be unsubscribed like the "async" pipe?
Hi Victos,
I am using your package. Thanks for developing it!
However, when I use ng-busy to listen to a subscription like this:
<div [ngBusy] = "mySubscription">
I don't know if I need to unsubscribe from it. Does ngBusy have the same mechanism as the "async" pipe?
Looking forward to your reply.
Thanks, Amori
The spinner will show until the 'mySubscription' is unsubscribed, that means you can stop the spinner by unsubscribing the 'mySubscription'.