I\'m using a date picker from angular material. I want to set a default value but it is not showing the value.
You need to provide a Date object to the startAt change as below:
In .ts:
date = new Date((new Date().getTime() - 3888000000));
In html:
A working demo here: https://stackblitz.com/edit/angular-n9yojx