Skip to content

Instantly share code, notes, and snippets.

@NaqiNick
Created February 17, 2022 06:42
Show Gist options
  • Save NaqiNick/983f722e25887900f5e575610513e057 to your computer and use it in GitHub Desktop.
Save NaqiNick/983f722e25887900f5e575610513e057 to your computer and use it in GitHub Desktop.
<h1 mat-dialog-title>
Confirmation
</h1>
<div mat-dialog-content>
<p>are you sure you want to remove this row?</p>
</div>
<div mat-dialog-actions>
<button mat-button (click)="onDismiss()">No</button>
<button mat-raised-button color="primary" (click)="onConfirm()">Yes</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment