Created
July 28, 2018 09:39
-
-
Save lydemann/ff1c25796a5f56ea3badb2171d8b3d93 to your computer and use it in GitHub Desktop.
HTML to show before Angular is loaded
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<app-root> | |
<div class="container"> | |
<div class="row"> | |
<div id="loader"> | |
<div class="dot"></div> | |
<div class="dot"></div> | |
<div class="dot"></div> | |
<div class="dot"></div> | |
<div class="dot"></div> | |
<div class="dot"></div> | |
<div class="dot"></div> | |
<div class="dot"></div> | |
<div class="loading"></div> | |
</div> | |
</div> | |
</div> | |
</app-root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment