Skip to content

Commit 7bdb2b8

Browse files
tariknzdgp1130
authored andcommitted
docs: update latest angular version referenced in docs
Update upgrade guide to reference version 9 as the latest angular version (cherry picked from commit b518cb8)
1 parent 97a97b4 commit 7bdb2b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/angular/cli/commands/update-long.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ To update from one major version to another, use the format
1010
`ng update @angular/cli@^<major_version> @angular/core@^<major_version>`.
1111

1212
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.
1414

15-
`ng update @angular/cli@^7 @angular/core@^7`
15+
`ng update @angular/cli@^9 @angular/core@^9`
1616

1717
For detailed information and guidance on updating your application, see the interactive [Angular Update Guide](https://update.angular.io/).

0 commit comments

Comments
 (0)