Q. Which decorator is used to define output properties?
β
Correct Answer: (A)
@Output
Explanation: @Output allows child components to emit events to the parent.