Skip to content

Instantly share code, notes, and snippets.

@trinhvanhuy
Created January 15, 2019 12:52
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 trinhvanhuy/478917af21ba96aaeeca12a095c8853e to your computer and use it in GitHub Desktop.
Save trinhvanhuy/478917af21ba96aaeeca12a095c8853e to your computer and use it in GitHub Desktop.
Spinner - Application
<div *ngIf="isShowSpinner" class="spinner-container"><img src="./assets/spinner.gif" /></div>
<div
style="
height: 100%;
"
>
<router-outlet></router-outlet>
<app-modal-container></app-modal-container>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment