From 2230dfaea7f4ba0d7b852e3f04f44bc803e93433 Mon Sep 17 00:00:00 2001 From: Phaneendra Date: Mon, 9 Sep 2019 12:51:31 +0530 Subject: [PATCH] docs: describe your change... (#32552) Properly Closed Bracket for the header PR Close #32552 --- aio/content/guide/template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/template-syntax.md b/aio/content/guide/template-syntax.md index 622f937f89..4f3c5d3f8f 100644 --- a/aio/content/guide/template-syntax.md +++ b/aio/content/guide/template-syntax.md @@ -721,7 +721,7 @@ In the following example, the `childItem` property of the `ItemDetailComponent` You can confirm this by looking in the `ItemDetailComponent` where the `@Input` type is set to a string: - + As you can see here, the `parentItem` in `AppComponent` is a string, which the `ItemDetailComponent` expects: