From b93c42eff3f092974850375ffd2192ef9563d3b7 Mon Sep 17 00:00:00 2001 From: Vladyslav Date: Mon, 26 Jul 2021 22:54:19 +0300 Subject: [PATCH] docs: updated input-output page documentation content (#42964) PR Close #42964 --- aio/content/guide/inputs-outputs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/inputs-outputs.md b/aio/content/guide/inputs-outputs.md index c6177497af..e15cf0302d 100644 --- a/aio/content/guide/inputs-outputs.md +++ b/aio/content/guide/inputs-outputs.md @@ -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.