Q. What is the purpose of the @Input decorator?
β
Correct Answer: (C)
To receive data from parent to child component
Explanation: @Input marks a property to accept data passed from a parent component.