mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
9d7c86f8e2
commit
d6cc8b4dec
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue