eventemitter
Share data between components in Angular
· ☕ 6 min read · ✍️ Adesh
Sharing data between components in Angular is one of the most important part to understand. We are going to learn how to pass data from one component to another component using @Input, @Output and EventEmitter in Angular app.