docs(docs-infra): add missing context (#56367)

Added some missing context for statement regarding base href

Fixes#56336

PR Close #56367
This commit is contained in:
vladboisa 2024-06-10 18:27:50 +03:00 committed by Alex Rickabaugh
parent 9d7c86f8e2
commit d6cc8b4dec

View file

@ -30,7 +30,8 @@ The CLI automatically appends `Component`, so if you were to write `first-compon
<docs-callout title="`base href`">
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 `<base href="/">` in the `<head>` of your index.html file.
This assumes that the `app` folder is the application root, and uses `"/"`.
</docs-callout>