amitmahida92 / ng4-loading-spinner

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

Spinner showing on app launch #25

Closed blueprintChris closed 6 years ago

blueprintChris commented 6 years ago

Hi, The spinner is showing briefly and then disappearing on my angular 5 app launch without me calling the .show() method anywhere in my project. Is this a bug? If not, how can I stop it from doing this? I have placed the <ng4-loading-spinner></ng4-loading-spinner> tag in the app.component.html Thanks

amitmahida92 commented 6 years ago

Hi @blueprintChris , This issue has been resolved in the latest version.

blueprintChris commented 6 years ago

Hi, The loading spinner is still showing without me calling .show() in the latest version.