File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/angular/cli/src/commands/update Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ ng update @angular/cli@^<major_version> @angular/core@^<major_version>
1313```
1414
1515We recommend that you always update to the latest patch version, as it contains fixes we released since the initial major release.
16- For example, use the following command to take the latest 10 .x.x version and use that to update.
16+ For example, use the following command to take the latest 21 .x.x version and use that to update.
1717
1818```
19- ng update @angular/cli@^10 @angular/core@^10
19+ ng update @angular/cli@^21 @angular/core@^21
2020```
2121
22- For detailed information and guidance on updating your application, see the interactive [ Angular Update Guide] ( https:// update.angular.dev/ ) .
22+ For detailed information and guidance on updating your application, see the interactive [ Angular Update Guide] ( / update-guide ) .
You can’t perform that action at this time.
0 commit comments