Skip to content

Commit b13b987

Browse files
Make warning an actual warning (dotnet#16943)
* Make warning an actual warning * Update angular.md Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
1 parent b467a79 commit b13b987

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

aspnetcore/client-side/spa/angular.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ Now listening on: http://localhost:<port>
4747

4848
Navigate to this URL in a browser.
4949

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:&lt;otherport&gt;, open your browser on http://localhost:&lt;otherport&gt;/*. Ignore this message&mdash;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:&lt;otherport&gt;, open a browser to http://localhost:&lt;otherport&gt;/*. Ignore this message&mdash;it's **not** the URL for the combined ASP.NET Core and Angular CLI app.
5253
5354
---
5455

0 commit comments

Comments
 (0)