UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

7 lines (4 loc) 297 B
<timepicker [(ngModel)]="mytime" (change)="changed()"></timepicker> <pre class="alert alert-info">Time is: {{mytime}}</pre> <button type="button" class="btn btn-primary" (click)="update()">Set to 14:00</button> <button type="button" class="btn btn-danger" (click)="clear()">Clear</button>