amitmahida92 / ng4-loading-spinner

Angular 4 custom async loading spinner.
MIT License
69 stars 31 forks source link

Timing out spinner #60

Closed nikklass closed 5 years ago

nikklass commented 5 years ago

Why is this spinner timing out before async task finishes? I am using spinnerservice.show() and spinnerservice.hide() but the spinnerservice.hide() doesnt work in angular 8. The spinner just closes itself after some seconds? Why dont you remove the timeout or make it configurable?

nikklass commented 5 years ago

This other spinner looks good and does what i want:

https://www.npmjs.com/package/ngx-spinner#demo