Skip to content

Instantly share code, notes, and snippets.

@takuya-nakayasu
Created September 22, 2019 08:11
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 takuya-nakayasu/8cfd86f572d55d8d932d2bb9e4a88d98 to your computer and use it in GitHub Desktop.
Save takuya-nakayasu/8cfd86f572d55d8d932d2bb9e4a88d98 to your computer and use it in GitHub Desktop.
スピナーコンポーネントクラスのテンプレートファイル
<div *ngIf="isLoading | async" class="overlay">
<mat-progress-spinner class="spinner" [color]="color" [mode]="mode" [value]="value"></mat-progress-spinner>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment