This sample demonstrates the reactive form support of the datetimePicker. The datetime time values choosen in the datetimePicker component will get updatetimed to the form model.
The datetimePicker 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.