amitmahida92 / ng4-loading-spinner

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

New feature: timeout #34

Closed kanbal closed 6 years ago

kanbal commented 6 years ago

Maybe it would be nice feature to add timeout as input parameter to automatically hide spinner after provided time. I can imagine case when we want to make user to wait some time before continuing but after this time unlock UI.

BR Marcin

kanbal commented 6 years ago

I just submited pull request for the issue (#35)

smacz commented 6 years ago

+1 for this feature - useful in situation where errors are not handled properly (spinner will lock the screen then)

amitmahida92 commented 6 years ago

@kanbal , @smacz ,

Time out feature is provided in the latest version 1.2.3.

Thank you for your patience and support.