Skip to content

Commit f8a70bf

Browse files
committed
fix(material/schematics): reference correct entrypoint in schematic definition (#26930)
Fixes that the Material `ng update` schematic was pointing to a file that doesn't exist. Fixes #26929. (cherry picked from commit 69ffdad)
1 parent 310656b commit f8a70bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/schematics/migration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"migration-v16": {
55
"version": "16.0.0-0",
66
"description": "Updates the Angular Material to v16",
7-
"factory": "./ng-update/index#updateToV16"
7+
"factory": "./ng-update/index_bundled#updateToV16"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)