Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 9, 2019 00:10
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/9c799d96f0caa44abf6d98cbd55d448d to your computer and use it in GitHub Desktop.
Save parzibyte/9c799d96f0caa44abf6d98cbd55d448d to your computer and use it in GitHub Desktop.
<h1 mat-dialog-title>Confirmación</h1>
<div mat-dialog-content>
<p>{{mensaje}}</p>
</div>
<div mat-dialog-actions>
<button mat-button (click)="cerrarDialogo()">No</button>
<button mat-button (click)="confirmado()" cdkFocusInitial>Sí</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment