File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/lib/core/compatibility Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ export const MAT_ELEMENTS_SELECTOR = `
3838 [matTabLink],
3939 [matTabNav],
4040 [matTooltip],
41+ [matInput],
42+ [matPrefix],
43+ [matSuffix],
4144 mat-autocomplete,
4245 mat-button-toggle,
4346 mat-button-toggle,
@@ -65,6 +68,7 @@ export const MAT_ELEMENTS_SELECTOR = `
6568 mat-header-cell,
6669 mat-hint,
6770 mat-icon,
71+ mat-input-container,
6872 mat-list,
6973 mat-list-item,
7074 mat-menu,
@@ -104,6 +108,9 @@ export const MD_ELEMENTS_SELECTOR = `
104108 [mdTabLink],
105109 [mdTabNav],
106110 [mdTooltip],
111+ [mdInput],
112+ [mdPrefix],
113+ [mdSuffix],
107114 md-autocomplete,
108115 md-button-toggle,
109116 md-button-toggle,
@@ -131,6 +138,7 @@ export const MD_ELEMENTS_SELECTOR = `
131138 md-header-cell,
132139 md-hint,
133140 md-icon,
141+ md-input-container,
134142 md-list,
135143 md-list-item,
136144 md-menu,
You can’t perform that action at this time.
0 commit comments