Time selection input built on Angular Material
A timepicker component that wraps Angular Material's MatTimepicker. Provides a text input with a dropdown of time options at configurable intervals.
FormControl that holds the selected time as a Date object.
Disable the time input and toggle.
Latest selectable time. Only the time portion of the Date is used.
Earliest selectable time. Only the time portion of the Date is used.
Display the validation error message.
Time step between each option in the dropdown.
Accessible label for the time input, used by screen readers.
Expands to fill the parent width instead of fitting the time value.
Placeholder text shown when no time is selected.