fix(tutorial/3): fix incorrect indentation (#3429)
This commit is contained in:
parent
15036913bb
commit
d5109262b6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue