-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular/cli): remove the need to specify
--migrate-only
when `…
…--name` is used during `ng update` This commit updates the behaviour of `ng update --migrate-only` to remove the need for `--migrate-only` option to be specified. `--migrate-only` will be set internally. Before ``` ng update @angular/cli --migrate-only --name=migration-name ``` Now ``` ng update @angular/cli --name=migration-name ``` (cherry picked from commit 2c1c676)
- Loading branch information
1 parent
b5d4003
commit 4427560
Showing
1 changed file
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters