Q. Which decorator is used to define an input property in Angular?
β
Correct Answer: (B)
@Input
Explanation: @Input decorator marks a property as input binding for a child component.