Skip to content

Commit 61b7097

Browse files
committed
edits
1 parent 21b5fab commit 61b7097

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create an ASP.NET Core app with Angular"
33
description: Create an ASP.NET Core project to serve as an API backend and an Angular project to provide the user interface in Visual Studio.
4-
ms.date: 04/07/2025
4+
ms.date: 04/09/2025
55
ms.topic: tutorial
66
ms.devlang: javascript
77
author: mikejo5000
@@ -35,7 +35,7 @@ Make sure to install the following:
3535
- npm ([`https://www.npmjs.com/`](https://www.npmjs.com/package/npm)), which is included with Node.js
3636
- Angular CLI ([`https://angular.dev/tools/cli`](https://angular.dev/tools/cli)), which can be the version of your choice. The front-end project is created using the framework CLI tools you have installed on your local machine, so this determines the Angular version used in the template.
3737

38-
## Create the frontend app
38+
## Create the app
3939

4040
1. In the Start window (choose **File** > **Start Window** to open), select **Create a new project**.
4141

@@ -97,7 +97,7 @@ The Angular app appears and is populated via the API (the localhost port may var
9797

9898
:::image type="content" source="media/vs-2022/asp-net-core-weather-forecast-app.png" alt-text="Screenshot showing the weather forecast app.":::
9999

100-
If you don't see the app, see [Troubleshooting](#troubleshooting).
100+
If you don't see the weather forecast data in the browser, see [Troubleshooting](#troubleshooting).
101101

102102
## Publish the project
103103

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create an ASP.NET Core app with Vue"
33
description: Create an ASP.NET Core project to serve as an API backend and a Vue project to provide the user interface in Visual Studio.
4-
ms.date: 4/07/2025
4+
ms.date: 4/09/2025
55
ms.topic: tutorial
66
ms.devlang: javascript
77
author: mikejo5000
@@ -34,7 +34,7 @@ Make sure to install the following:
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.
3636

37-
## Create the frontend app
37+
## Create the app
3838

3939
1. In the Start window (choose **File** > **Start Window** to open), select **Create a new project**.
4040

@@ -56,7 +56,7 @@ Make sure to install the following:
5656

5757
Compared to the [standalone Vue template](../javascript/tutorial-create-vue-app.md), you see some new and modified files for integration with ASP.NET Core:
5858

59-
- vite.config.json (modified)
59+
- vite.config.js (modified)
6060
- HelloWorld.vue (modified)
6161
- package.json (modified)
6262

@@ -91,7 +91,7 @@ The Vue app appears and is populated via the API (the localhost port may vary fr
9191

9292
:::image type="content" source="media/vs-2022/asp-net-core-weather-forecast-app.png" alt-text="Screenshot showing the weather forecast app.":::
9393

94-
If you don't see the app, see [Troubleshooting](#troubleshooting).
94+
If you don't see the weather forecast data in the browser, see [Troubleshooting](#troubleshooting).
9595

9696
## Publish the project
9797

0 commit comments

Comments
 (0)