Newer
Older
Website / src / app / alert / alert.component.html
<h1 mat-dialog-title>{{data.title}}</h1>
<p mat-dialog-content>{{data.content}}</p>
<button mat-stroked-button (click)="onClose()" style="float:right;">Close</button>