parent
faf0057d3a
commit
bc7d3241c8
|
@ -1170,7 +1170,7 @@ code-example(format="" language="html").
|
|||
Therefore `HeroDetail.hero` is an ***input*** property from the perspective of `HeroDetail`.
|
||||
|
||||
**Events stream *out* of the `HeroDetail.deleted` target property** (which is an `EventEmitter`) and toward the receiver within the template expression.
|
||||
Therefore `HeroDetail.hero` is an ***output*** property from the perspective of `HeroDetail`.
|
||||
Therefore `HeroDetail.deleted` is an ***output*** property from the perspective of `HeroDetail`.
|
||||
|
||||
When we peek inside `HeroDetailComponent` we see that these properties are marked
|
||||
with decorators as input and output properties.
|
||||
|
|
Loading…
Reference in New Issue