mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +08:00
This change removes the need for the `@schematics/update` package within the Angular tooling and removes the dependency from the `@angular/cli` package. Only the `update` schematic from the `@schematics/update` package was used and this schematic's logic will eventually be folded into the update command logic directly.