You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug(datepicker): "matStartDate" and "matEndDate" input directive "dateInput" and "dateChange" outputs are not recognized by Angular language service #20932
If you try to use dateInput or dateChange outputs with matStartDate or matEndDate directives in IDE which uses Angular language service for Angular template validation, you'll see that those outputs are marked as invalid:
Expected Behavior
IDE should not complain about dateInput and dateChange outputs since they are valid.
Actual Behavior
IDE displays error indicating that those outputs are invalid even they are valid.
Additional information
This does not happen with matDatepicker directive. When used with matDatepicker, those outputs are recognized by the Angular language service.