alert.html 148 Bytes
<div class="alert">
  <h1 mat-dialog-title>Alert</h1>
  <p>{{data.msg}}</p>
  <button mat-raised-button (click)="onNoClick()">Close</button>
</div>