From d6cc8b4dec69ebfd505fd0a8cd1874eaea6210a4 Mon Sep 17 00:00:00 2001 From: vladboisa Date: Mon, 10 Jun 2024 18:27:50 +0300 Subject: [PATCH] docs(docs-infra): add missing context (#56367) Added some missing context for statement regarding base href Fixes#56336 PR Close #56367 --- adev/src/content/guide/routing/common-router-tasks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/adev/src/content/guide/routing/common-router-tasks.md b/adev/src/content/guide/routing/common-router-tasks.md index ad2381532ae..232032caecb 100644 --- a/adev/src/content/guide/routing/common-router-tasks.md +++ b/adev/src/content/guide/routing/common-router-tasks.md @@ -30,7 +30,8 @@ The CLI automatically appends `Component`, so if you were to write `first-compon -This guide works with a CLI-generated Angular application. +This guide works with a CLI-generated Angular application. If you are working manually, make sure that you have `` in the `` of your index.html file. +This assumes that the `app` folder is the application root, and uses `"/"`.