Q. What decorator is used to emit events from child to parent components?
β
Correct Answer: (B)
@Output
Explanation: @Output paired with EventEmitter sends events from child to parent.