fix(tutorial/3): fix incorrect indentation (#3429)

This commit is contained in:
Pete Bacon Darwin 2017-03-27 16:06:44 +01:00 committed by Jesús Rodríguez
parent 15036913bb
commit d5109262b6
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ a#selector
Read more about _input_ properties in the
[Attribute Directives](../guide/attribute-directives.html#why-input) page.
:marked
:marked
That's it. The `hero` property is the only thing in the `HeroDetailComponent` class.
+makeExample('toh-3/ts/src/app/hero-detail.component.ts', 'class')(format='.')
:marked