mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-16 21:35:13 +00:00
7 lines
303 B
HTML
7 lines
303 B
HTML
<h1 matDialogTitle>Confirm</h1>
|
|
<div mat-dialog-content>{{confirmMessage}}</div>
|
|
<div mat-dialog-actions class="pt-24">
|
|
<button mat-raised-button class="mat-accent mr-16" (click)="dialogRef.close(true)">Confirm</button>
|
|
<button mat-button (click)="dialogRef.close(false)">Cancel</button>
|
|
</div>
|