Skip to content

Commit 4ab4dbf

Browse files
committed
fixup! fix(material/schematics): make ts import replacements more specific
1 parent ee40870 commit 4ab4dbf

File tree

1 file changed

+2
-1
lines changed
  • src/material/schematics/ng-update/migrations/legacy-components-v15

1 file changed

+2
-1
lines changed

src/material/schematics/ng-update/migrations/legacy-components-v15/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
export const COMPONENTS = [
1010
'autocomplete',
1111
'button',
12+
'core',
1213
'card',
1314
'checkbox',
1415
'chips',
@@ -40,7 +41,7 @@ export const MDC_IMPORT_CHANGES = COMPONENTS.map(component => ({
4041
new: `@angular/material/${component}`,
4142
}));
4243

43-
export const MIXINS = COMPONENTS.concat(['option', 'optgroup', 'core']).flatMap(component => [
44+
export const MIXINS = COMPONENTS.concat(['option', 'optgroup']).flatMap(component => [
4445
`${component}-theme`,
4546
`${component}-color`,
4647
`${component}-density`,

0 commit comments

Comments
 (0)