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