Skip to content
Snippets Groups Projects
alert-dialog.component.html 247 B
Newer Older
  • Learn to ignore specific revisions
  • <h2 mat-dialog-title>{{data.title}}</h2>
    
    <mat-dialog-content class="mat-typography">
      <p>{{data.content}}</p>
    </mat-dialog-content>
    
    <mat-dialog-actions>
      <button mat-button mat-dialog-close>{{'close' | translate}}</button>
    </mat-dialog-actions>