Q. What is the use of the @Output decorator in Angular?
β
Correct Answer: (A)
To emit events from a child component to a parent
Explanation: @Output works with EventEmitter to send data up the component tree.