Outputs use @Output() EventEmitter or output() for child-to-parent events.
Important interview questions and answers
- Q: Why does this matter?
A: Outputs use @Output() EventEmitter or output() for child-to-parent events.
Self-check
- Summarize Output events in one sentence.
- What would you try next in the playground?
Tip: Name outputs after user actions (save, selected) and keep payloads typed.