You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! In my opinion would be a nice feature if this library would allow to check if the spinner is loading (between spinner.show() and spinner.hide() actions). At this point, if I'm not correct is necessary to create an extra variable to monitorize the status. Since is possible to hable multiple spinners in the same component I would suggest a method like spinner.isLoading(spinnerName: string)
What do you think?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi! In my opinion would be a nice feature if this library would allow to check if the spinner is loading (between spinner.show() and spinner.hide() actions). At this point, if I'm not correct is necessary to create an extra variable to monitorize the status. Since is possible to hable multiple spinners in the same component I would suggest a method like spinner.isLoading(spinnerName: string)
What do you think?
Thank you in advance!
The text was updated successfully, but these errors were encountered: