Skip to content

Commit

Permalink
docs: describe your change... (#32552)
Browse files Browse the repository at this point in the history
Properly Closed Bracket for the header
PR Close #32552
  • Loading branch information
9thQuadrant authored and matsko committed Sep 10, 2019
1 parent ea6a2e9 commit 2230dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/template-syntax.md
Expand Up @@ -721,7 +721,7 @@ In the following example, the `childItem` property of the `ItemDetailComponent`
<code-example path="property-binding/src/app/app.component.html" region="model-property-binding" header="src/app/app.component.html"></code-example>

You can confirm this by looking in the `ItemDetailComponent` where the `@Input` type is set to a string:
<code-example path="property-binding/src/app/item-detail/item-detail.component.ts" region="input-type" header="src/app/item-detail/item-detail.component.ts (setting the @Input() type"></code-example>
<code-example path="property-binding/src/app/item-detail/item-detail.component.ts" region="input-type" header="src/app/item-detail/item-detail.component.ts (setting the @Input() type)"></code-example>

As you can see here, the `parentItem` in `AppComponent` is a string, which the `ItemDetailComponent` expects:
<code-example path="property-binding/src/app/app.component.ts" region="parent-data-type" header="src/app/app.component.ts"></code-example>
Expand Down

0 comments on commit 2230dfa

Please sign in to comment.