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
2 changes: 1 addition & 1 deletion guides/app-shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ the page is fully rendered.
{{title}}
</md-toolbar>
<md-spinner *shellRender></md-spinner>
<h1>App is Fully Rendered</h1>
<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,
Expand Down