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

Swallows Errors #80

Open thejuan opened 7 years ago

thejuan commented 7 years ago

The promise tracker service adds both a success and error handler, this means that any errors are not passed on after the promise is bound to ngBusy. It would be better if you used finally so errors are propagated.