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
Copy file name to clipboardExpand all lines: aspnetcore/client-side/spa/angular.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,9 @@ Now listening on: http://localhost:<port>
47
47
48
48
Navigate to this URL in a browser.
49
49
50
-
The app starts up an instance of the Angular CLI server in the background. A message similar to the following is logged:
51
-
*NG Live Development Server is listening on localhost:<otherport>, open your browser on http://localhost:<otherport>/*. Ignore this message—it's **not** the URL for the combined ASP.NET Core and Angular CLI app.
50
+
> [!WARNING]
51
+
> The app starts up an instance of the Angular CLI server in the background. A message similar to the following is logged:
52
+
> *NG Live Development Server is listening on localhost:<otherport>, open a browser to http://localhost:<otherport>/*. Ignore this message—it's **not** the URL for the combined ASP.NET Core and Angular CLI app.
0 commit comments