docs(tutorial): text following a node requires a dot
This commit is contained in:
parent
9f03fca039
commit
35b2dbd867
|
@ -164,7 +164,7 @@ code-example(format=".").
|
||||||
:marked
|
:marked
|
||||||
The two components won't coordinate until we bind the `selectedHero` property of the `AppComponent`
|
The two components won't coordinate until we bind the `selectedHero` property of the `AppComponent`
|
||||||
to the `HeroDetailComponent` element's `hero` property like this:
|
to the `HeroDetailComponent` element's `hero` property like this:
|
||||||
code-example(format=".")
|
code-example(format=".").
|
||||||
<my-hero-detail [hero]="selectedHero"></my-hero-detail>
|
<my-hero-detail [hero]="selectedHero"></my-hero-detail>
|
||||||
:marked
|
:marked
|
||||||
The `AppComponent`’s template should now look like this
|
The `AppComponent`’s template should now look like this
|
||||||
|
|
Loading…
Reference in New Issue