0.0.1 • Published 6 years ago
ngx-time-input v0.0.1
ngx-time-input
A simple angular input component to help users type time. It can parse most commonly used time formats to let your users type the time in any manner they want.
Usage
Install the package using
npmoryarnnpm install ngx-time-inputORyarn add ngx-time-inputImport
TimeInputModulein yourapp.module.tsimport { TimeInputModule } from ngx-time-inputAdd
TimeInputModuleto theimportsarray in your AppModuleUse as:
<ngx-time-input (onTimeChange)="timeChanged($event)"></ngx-time-input>
TODO
- Configuration Options
- Usage within a form.
- Unit Tests
0.0.1
6 years ago