Currently, when setting the value property of the TimePickerComponent programmatically (without using two-way binding in the template), the control does not update its displayed value until it gains focus. This behavior is inconsistent, especially when compared to other controls that properly reflect programmatic value changes.
Example - https://stackblitz.com/edit/angular-nhg2x1b9-d7f5bhh9?file=src%2Fapp%2Fapp.component.ts