Skip to content

Instantly share code, notes, and snippets.

@lydemann
Last active December 4, 2020 04:25
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/7b7ed142d53feeb1b9f11585cd0295fd to your computer and use it in GitHub Desktop.
Save lydemann/7b7ed142d53feeb1b9f11585cd0295fd to your computer and use it in GitHub Desktop.
<div class="wrapper">
<div class="overlay" *ngIf="showSpinner">
<div class="spinner-wrapper">
<app-spinner></app-spinner>
</div>
</div>
<div class="loaded-content" [class.blurred]="showSpinner">
<ng-content></ng-content>
</div>
</div>
@redshiftz
Copy link

This doesn't look like a .ts file... this appears to be the html. Is the .ts handy?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment