Skip to content

Commit f84e0bf

Browse files
Merge pull request #13115 from Mikejo5000/mikejo-br23
Update Angular CLI references
2 parents 2d43384 + 0e55188 commit f84e0bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/javascript/tutorial-asp-net-core-with-angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Make sure to install the following:
3333
- Visual Studio 2022 version 17.8 or later with the **ASP.NET and web development** workload installed. Go to the [Visual Studio downloads](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-create-aspnetcore-app-with-angular-page-cta) page to install it for free.
3434
If you need to install the workload and already have Visual Studio, go to **Tools** > **Get Tools and Features...**, which opens the Visual Studio Installer. Choose the **ASP.NET and web development** workload, then choose **Modify**.
3535
- npm ([`https://www.npmjs.com/`](https://www.npmjs.com/package/npm)), which is included with Node.js
36-
- Angular CLI ([`https://angular.io/cli`](https://angular.io/cli)), which can be the version of your choice.
36+
- Angular CLI ([`https://angular.dev/tools/cli`](https://angular.dev/tools/cli)), which can be the version of your choice.
3737

3838
## Create the frontend app
3939

docs/javascript/tutorial-create-angular-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Make sure to install the following:
2424

2525
- Visual Studio 2022 or later. Go to the [Visual Studio downloads](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) page to install it for free.
2626
- npm ([`https://www.npmjs.com/`](https://www.npmjs.com/package/npm)), which is included with Node.js
27-
- Angular CLI ([`https://angular.io/cli`](https://angular.io/cli)), which can be the version of your choice.
27+
- Angular CLI ([`https://angular.dev/tools/cli`](https://angular.dev/tools/cli)), which can be the version of your choice.
2828

2929
## Create your app
3030

0 commit comments

Comments
 (0)