0.0.1 • Published 5 years ago

@nilavpatel/np-time-picker v0.0.1

Weekly downloads
1
License
-
Repository
github
Last release
5 years ago

time picker component

Angular 8 time-picker component

properties

1.  value
    string value for time. in hh:mm:ss tt format

2.  iconClass
    class to show icon

3.  disabled
    true/false - set component disabled

4.  defaultOpen
    true/false
    default open or not.

methods

1.  onChange( newValue : string)
    value change event, fired when time value is changed.
    in parameter new value will be parsed.