We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee40870 commit 4ab4dbfCopy full SHA for 4ab4dbf
src/material/schematics/ng-update/migrations/legacy-components-v15/constants.ts
@@ -9,6 +9,7 @@
9
export const COMPONENTS = [
10
'autocomplete',
11
'button',
12
+ 'core',
13
'card',
14
'checkbox',
15
'chips',
@@ -40,7 +41,7 @@ export const MDC_IMPORT_CHANGES = COMPONENTS.map(component => ({
40
41
new: `@angular/material/${component}`,
42
}));
43
-export const MIXINS = COMPONENTS.concat(['option', 'optgroup', 'core']).flatMap(component => [
44
+export const MIXINS = COMPONENTS.concat(['option', 'optgroup']).flatMap(component => [
45
`${component}-theme`,
46
`${component}-color`,
47
`${component}-density`,
0 commit comments