This sample demonstrates the reactive form support of the TimePicker. The time values choosen in the TimePicker will get updated to the form model.
The TimePicker value and validation status will be tracked through formControlName
attribute. The value will be included in the FormControl's group collection of formGroup
attribute.
For more information about Reactive Forms can be found in this reference link.