UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

5 lines (4 loc) 197 B
<div *ngFor="let alert of alerts"> <alert [type]="alert.type" dismissible="true">{{ alert.msg }}</alert> </div> <button type="button" class="btn btn-primary" (click)="reset()">Reset</button>