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 recently added a new injection token called `MAT_FORM_FIELD`. This
token should allow form control implementers to inject the form-field
without having to bring in the actual `MatFormField` as a side-effect.
We should expose that token from the MDC form-field entry-point too,
as that will ease the migration. Also it would be unexpected if an
application switches to the MDC-based form field, but would still need
to import from the non-MDC form field entry-point.
0 commit comments