Q. How can you pass data from a parent component to a child component?
β
Correct Answer: (A)
Using @Input decorator
Explanation: @Input allows a parent component to bind data to a child component.