Q. Which decorator is used to define an input property in a child component?
β
Correct Answer: (A)
@Input
Explanation: @Input decorator is used for passing data from parent to child.