Q. Which decorator is used to emit events from a child component?
β
Correct Answer: (B)
@Output
Explanation: @Output decorator exposes EventEmitter properties to parent components.