I am new in angular 2. In angular 2 project generated by angular-cli, i saw the following code in index.html file but it seems that the word loading is not shown.
<app-root>Loading ...</app-root>
My question is:
1) What is the purpose of having the Loading text in between <app-root>?
2) When will the word loading be shown?
3) How can i force the loading text to be shown?