mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| dynamic-queries | ||
| google3 | ||
| missing-injectable | ||
| module-with-providers | ||
| move-document | ||
| renderer-to-renderer2 | ||
| static-queries | ||
| template-var-assignment | ||
| undecorated-classes-with-decorated-fields | ||
| undecorated-classes-with-di | ||