diff --git a/src/material/schematics/migration.json b/src/material/schematics/migration.json index d12830a5789f..5cef4188bb91 100644 --- a/src/material/schematics/migration.json +++ b/src/material/schematics/migration.json @@ -4,7 +4,7 @@ "migration-v16": { "version": "16.0.0-0", "description": "Updates the Angular Material to v16", - "factory": "./ng-update/index#updateToV16" + "factory": "./ng-update/index_bundled#updateToV16" } } }