V
V
Vadim2015-12-25 23:26:33
JavaScript
Vadim, 2015-12-25 23:26:33

How to use Angular to show that the application is loading?

In general, this should be a regular preloader, but the catch is how to work with the application if it is still loading. I compile the webpack project into one file, and it loads for a decently long 3-4 seconds. How can you notify users about the download at this time, let's say with a fake progress bar?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
lega, 2015-12-25
@lega

Display gif loader, and when Angular is loaded, hide loader.

B
bromzh, 2015-12-29
@bromzh

https://github.com/chieffancypants/angular-loading-bar
You can use your own styles to hide everything.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question