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 `"/"`.