amitmahida92 / ng4-loading-spinner

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

Spinner showing while app loading #58

Closed Valt25 closed 4 years ago

Valt25 commented 5 years ago

It is a good practice to show spinner while the application is loading and drawing.

So how can I show it while my app is just a white screen?

Zuzon commented 4 years ago

if you want to show a spinner before angular application is initialized - add your custom spinner in your index.html instead of this one

amitmahida92 commented 4 years ago

@Valt25 Hope @Zuzon 's answer solved your problem. Closing this issue.