I\'m using the new version of angular and angular material. I need to get the value of the datepicker at the moment the user change the date to then pass that value
datepicker
According to the official documentation, the MatDatepickerInput has a dateInput EventEmitter and it's emits the selected date.