Q. What is the role of `@Input()` in Angular?
β
Correct Answer: (A)
To pass data from parent to child component
Explanation: `@Input()` allows data to be received from a parent component.