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
chore: fix mdc-menu prototype not working with ivy
Currently the `MatMenu` from the `@angular/material-experimental/mdc-menu`
entry-point does not with Ivy as the base class (`MatMenu`) is not decorated and
therefore Ivy is not able to generate the proper factory for the constructor. In order
to fix this, we just create a pass-through constructor which ensures that dendency
injection properly works.
0 commit comments