docs: updated input-output page documentation content (#42964)
PR Close #42964
This commit is contained in:
parent
057e577403
commit
b93c42eff3
|
@ -1,7 +1,7 @@
|
|||
# Sharing data between child and parent directives and components
|
||||
|
||||
A common pattern in Angular is sharing data between a parent component and one or more child components.
|
||||
To implement this pattern use the `@Input()` and `@Output()` directives.
|
||||
To implement this pattern use the `@Input()` and `@Output()` decorators.
|
||||
|
||||
<div class="alert is-helpful">
|
||||
|
||||
|
|
Loading…
Reference in New Issue