Nazarii
Results
1
comments of
Nazarii
> Hi, I can confirm this. Seems the [startAt] input is not working. As a workaround I used this: > > `@ViewChild('toPicker') toPicker: NgxMatDatetimePicker; this.toPicker._selected = seletedToDate; this.toPicker.startAt = seletedToDate;`...