Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created July 28, 2018 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lydemann/ff1c25796a5f56ea3badb2171d8b3d93 to your computer and use it in GitHub Desktop.
Save lydemann/ff1c25796a5f56ea3badb2171d8b3d93 to your computer and use it in GitHub Desktop.
HTML to show before Angular is loaded
<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