#1 Data Analytics Program in India
₹2,499₹1,499Enroll Now
4 min read
Question 36 of 46easy

Input 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.