docs: updated input-output page documentation content (#42964)

PR Close #42964
This commit is contained in:
Vladyslav 2021-07-26 22:54:19 +03:00 committed by Dylan Hunn
parent 057e577403
commit b93c42eff3
1 changed files with 1 additions and 1 deletions

View File

@ -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">