From 9deabd9b4ff3b5704b442989b0c9806086497ee9 Mon Sep 17 00:00:00 2001 From: Amr Abdelaziz <103036929+swe-amr-abdelaziz@users.noreply.github.com> Date: Thu, 12 Oct 2023 09:45:14 +0300 Subject: [PATCH] Update index.adoc Changed Angular default port to 4200 --- 3.angular-cli/1.overview/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.angular-cli/1.overview/index.adoc b/3.angular-cli/1.overview/index.adoc index 1c95fd0..1759448 100644 --- a/3.angular-cli/1.overview/index.adoc +++ b/3.angular-cli/1.overview/index.adoc @@ -28,7 +28,7 @@ NOTE: In the course we've used SystemJS for this since webpack doesn't work with Serving and live reloading:: -The CLI starts a local web-server so we can view our application in the browser via localhost:4000. +The CLI starts a local web-server so we can view our application in the browser via localhost:4200. + The CLI also watches for any changes to our files and automatically reloads the webpage if there are any.