d5aedbe892
With Angular CLI version 9 RC 3 we can run a single migration for a package using the name of the migration schematic. We need to pass the schematic name as a value to the `migrate-only` option. Ex: ``` ng update @angular/core --migrate-only migration-v9-undecorated-classes-with-di ``` See: https://github.com/angular/angular-cli/pull/16174 PR Close #33958 |
||
---|---|---|
.. | ||
schematics | ||
src | ||
test | ||
testing | ||
BUILD.bazel | ||
PACKAGE.md | ||
index.ts | ||
package.json | ||
public_api.ts |