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 = `
38
38
[matTabLink],
39
39
[matTabNav],
40
40
[matTooltip],
41
+ [matInput],
42
+ [matPrefix],
43
+ [matSuffix],
41
44
mat-autocomplete,
42
45
mat-button-toggle,
43
46
mat-button-toggle,
@@ -65,6 +68,7 @@ export const MAT_ELEMENTS_SELECTOR = `
65
68
mat-header-cell,
66
69
mat-hint,
67
70
mat-icon,
71
+ mat-input-container,
68
72
mat-list,
69
73
mat-list-item,
70
74
mat-menu,
@@ -104,6 +108,9 @@ export const MD_ELEMENTS_SELECTOR = `
104
108
[mdTabLink],
105
109
[mdTabNav],
106
110
[mdTooltip],
111
+ [mdInput],
112
+ [mdPrefix],
113
+ [mdSuffix],
107
114
md-autocomplete,
108
115
md-button-toggle,
109
116
md-button-toggle,
@@ -131,6 +138,7 @@ export const MD_ELEMENTS_SELECTOR = `
131
138
md-header-cell,
132
139
md-hint,
133
140
md-icon,
141
+ md-input-container,
134
142
md-list,
135
143
md-list-item,
136
144
md-menu,
You can’t perform that action at this time.
0 commit comments