From 53f26f6ccba4f8afc75db0fc9434c67bb906eb31 Mon Sep 17 00:00:00 2001 From: Michael Prentice Date: Mon, 13 Jun 2016 01:26:40 -0400 Subject: [PATCH] docs(app-shell): add missing `*shellNoRender` --- guides/app-shell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/app-shell.md b/guides/app-shell.md index 122ce0b..2f90487 100644 --- a/guides/app-shell.md +++ b/guides/app-shell.md @@ -289,7 +289,7 @@ the page is fully rendered. {{title}} -

App is Fully Rendered

+

App is Fully Rendered

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