4 min read
•Question 36 of 46easyInput and Output Decorators
Component communication with Input and Output.
Component Communication
@Input()
Pass data from parent to child.
@Output()
Emit events from child to parent.
Two-way Binding
Combine Input and Output.