You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 lines
418 B

<h2 mat-dialog-title>{{ 'shared.dialog.title' | translate }}</h2>
<div mat-dialog-content>
<p [innerHTML]="content"></p>
</div>
<div mat-dialog-actions align="end">
<button mat-button color="primary" [mat-dialog-close]="true" cdkFocusInitial>{{ 'shared.dialog.yes' | translate | uppercase }}</button>
<button mat-button [mat-dialog-close]="false">{{ 'shared.dialog.no' | translate | uppercase }}</button>
</div>