source: src/Clients/Angular/finki-chattery/src/app/shared-app/components/generic/delete-confirm-dialog/delete-confirm-dialog.component.html@ 6165fd0

dev
Last change on this file since 6165fd0 was 6165fd0, checked in by Стојков Марко <mst@…>, 3 years ago

Delete answer and answer response

  • Property mode set to 100644
File size: 422 bytes
Line 
1<h1 mat-dialog-title>{{ title | translate }}</h1>
2<mat-dialog-content> </mat-dialog-content>
3<mat-dialog-actions>
4 <app-button class="margin-right-sm" [buttonType]="ButtonType.Basic" (action)="dialogRef.close()">
5 {{ 'close-button' | translate }}
6 </app-button>
7 <app-button [buttonType]="ButtonType.Warn" (action)="dialogRef.close(true)">
8 {{ 'delete-button' | translate }}
9 </app-button>
10</mat-dialog-actions>
Note: See TracBrowser for help on using the repository browser.