Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guides/app-shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ the page is fully rendered.
<h1 *shellNoRender>App is Fully Rendered</h1>
```

Now if we navigate to [localhost:4200/hello] in our browser, the spinner should render when the app shell is displayed,
and the "App is Fully Rendered" test should render when Angular bootstraps the app.
Now if we navigate to [localhost:4200](http://localhost:4200/) in our browser, the spinner should render when the app shell is displayed,
and the "App is Fully Rendered" text should render when Angular bootstraps the app.

---

Expand Down