File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/angular/cli/commands Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ To update from one major version to another, use the format
10
10
` ng update @angular/cli@^<major_version> @angular/core@^<major_version> ` .
11
11
12
12
We recommend that you always update to the latest patch version, as it contains fixes we released since the initial major release.
13
- For example, use the following command to take the latest 7 .x.x version and use that to update.
13
+ For example, use the following command to take the latest 9 .x.x version and use that to update.
14
14
15
- ` ng update @angular/cli@^7 @angular/core@^7 `
15
+ ` ng update @angular/cli@^9 @angular/core@^9 `
16
16
17
17
For detailed information and guidance on updating your application, see the interactive [ Angular Update Guide] ( https://update.angular.io/ ) .
You can’t perform that action at this time.
0 commit comments