Q. How do you create a custom event to communicate from a child to a parent component?
β
Correct Answer: (A)
Use @Output with EventEmitter
Explanation: EventEmitter allows child components to emit events to parents.