Commit 5e9ac1c
feat(material-experimental/mdc-form-field): expose
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.MAT_FORM_FIELD injection token (#19277)1 parent 9f3bba3 commit 5e9ac1c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments