-
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.
docs: edit reference doc for update command
- Loading branch information
1 parent
8abb65d
commit c4d7760
Showing
2 changed files
with
12 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
Perform a basic update to v7 of the core framework and CLI by running the following command. | ||
Perform a basic update to the current stable release of the core framework and CLI by running the following command. | ||
|
||
``` | ||
ng update @angular/cli @angular/core | ||
``` | ||
|
||
To update to the next beta or pre-release version, use the `--next=true` option. | ||
|
||
For detailed information and guidance on updating your application, see the interactive [Angular Update Guide](https://update.angular.io/). |
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