UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

7 lines (6 loc) 309 B
<novo-notification type="warning"> <h1>This action will delete 25 records.</h1> <h2>Are you sure you wish to continue?</h2> <button theme="standard" (click)="close()">Cancel</button> <button theme="primary" color="negative" icon="delete" (click)="close()">Delete</button> </novo-notification>