valor-software/ng2-bootstrap

View on GitHub
demo/src/app/components/+timepicker/demos/disabled/disabled.html

Summary

Maintainability
Test Coverage
<timepicker [(ngModel)]="myTime" [showMeridian]="isMeridian" [disabled]="!isDisabled"></timepicker>
<hr>
<button type="button" class="btn btn-info" (click)="isDisabled=!isDisabled">Enable / Disable input</button>