Q. Which decorator is used to define input properties in Angular?
β
Correct Answer: (B)
@Input
Explanation: @Input is used to pass data from parent to child components.