Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.

Commit 6709381

Browse files
Splaktarmgechev
authored andcommitted
docs(app-shell): add missing *shellNoRender (#57)
1 parent 9cc156d commit 6709381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/app-shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ the page is fully rendered.
289289
{{title}}
290290
</md-toolbar>
291291
<md-spinner *shellRender></md-spinner>
292-
<h1>App is Fully Rendered</h1>
292+
<h1 *shellNoRender>App is Fully Rendered</h1>
293293
```
294294

295295
Now if we navigate to [localhost:4200/hello] in our browser, the spinner should render when the app shell is displayed,

0 commit comments

Comments
 (0)