
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
Angular
The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.
Usage information and reference details can be found in Angular documentation.
License: MIT