Q. Which decorator is used to emit events to parent components?
β
Correct Answer: (B)
@Output
Explanation: @Output is used to emit custom events to parent components.