Angular Material mat-datepicker (change) event and format
问题 I am using angular material datepicker directive and I have few problems. 1. When I open date picker dialog and select any date, date shows up in input text box, but I want to call a function when ever any change occur in input text box. Right now if I manually enter any value in input text box, I am triggering function using (input) directive and it is working fine as shown in code. I want to trigger same function when date gets change using date picker dialog. 2. I also want to change the