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