suppress-dialog.component.html 445 Bytes
Newer Older
1 2
<h2 mat-dialog-title>{{'dialog_delete_title' | translate}}</h2>
<mat-dialog-content>{{'dialog_delete_content1' | translate}} {{data}} {{'dialog_delete_content2' | translate}}</mat-dialog-content>
3
<mat-dialog-actions align="end">
4 5
    <button mat-button mat-dialog-close>{{'dialog_button_no' | translate}}</button>
    <button mat-button [mat-dialog-close]="true" cdkFocusInitial>{{'dialog_button_yes' | translate}}</button>
6
</mat-dialog-actions>