Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 11, 2020 02:46
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 parzibyte/86603bee290a8e27817bc0ec582198cb to your computer and use it in GitHub Desktop.
Save parzibyte/86603bee290a8e27817bc0ec582198cb to your computer and use it in GitHub Desktop.
<button mat-flat-button [disabled]="cargando" color="accent">
<span *ngIf="!cargando">{{texto}}</span>
<mat-spinner *ngIf="cargando" diameter="30"></mat-spinner>
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment