kofizzz

Results 2 comments of kofizzz

try this https://github.com/h2qutc/angular-material-components/issues/185#issuecomment-856048678

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;` this modifies the...