You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -78,7 +78,7 @@ Make sure to install the following:
78
78
79
79
This value prevents opening the web page with the source weather data.
80
80
81
-
>[!NOTE]
81
+
>[!NOTE]
82
82
> In Visual Studio, `launch.json` stores the startup settings associated with the **Start** button in the Debug toolbar. `launch.json` must be located under the `.vscode` folder.
83
83
84
84
1. Right-click the solution in Solution Explorer and select **Properties**. Verify that the Startup project settings are set to **Multiple projects**, and that the Action for both projects is set to **Start**.
@@ -90,7 +90,7 @@ Press **F5** or select the **Start** button at the top of the window to start th
90
90
- The ASP.NET Core API project running
91
91
- The Angular CLI running the ng start command
92
92
93
-
>[!NOTE]
93
+
>[!NOTE]
94
94
> Check console output for messages. For example there might be a message to update Node.js.
95
95
96
96
The Angular app appears and is populated via the API (the localhost port may vary from the screenshot).
@@ -103,7 +103,7 @@ If you don't see the app, see [Troubleshooting](#troubleshooting).
103
103
104
104
Starting in Visual Studio 2022 version 17.3, you can publish the integrated solution using the Visual Studio Publish tool.
105
105
106
-
>[!NOTE]
106
+
>[!NOTE]
107
107
> To use publish, create your JavaScript project using Visual Studio 2022 version 17.3 or later.
108
108
109
109
1. In Solution Explorer, right-click the **AngularWithASP.Server** project and select **Add** > **Project Reference**.
@@ -118,7 +118,7 @@ Starting in Visual Studio 2022 version 17.3, you can publish the integrated solu
118
118
119
119
1. In the `.csproj` file, make sure the project reference includes a `<ReferenceOutputAssembly>` element with the value set to `false`.
0 commit comments