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
We need to export the `MatMultiYearView` symbol in the
`@angular/material/datepicker` entry-point in order to be able
to build a flat-module entry with Ivy ngtsc. Ngtsc enforces that
this class needs to be explicitly exported as it is part of the
public exported module `MatDatepickerModule`.
In order to fix this failure we just export the class similar to
other internal components such as `MatYearView`.
0 commit comments