Q. Which decorator is used to define input properties in a component?
β
Correct Answer: (A)
@Input
Explanation: @Input decorator marks a property as input to receive data from parent.