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