UNPKG

ipsos-components

Version:

Material Design components for Angular

7 lines (6 loc) 292 B
<h2 mat-dialog-title>Fruit</h2> <div mat-dialog-content>Which would you like to choose?</div> <div mat-dialog-actions> <button mat-button mat-dialog-close="apple" aria-label="Apple">Apple</button> <button mat-button mat-dialog-close="peach" aria-label="Peach">Peach</button> </div>