Communication between components

  1. Using @Input() binding

  2. Emit event from child and listen to those in parent using EvenEmitter

  3. Using @ViewChild

  4. Via a common service

https://angular.io/guide/component-interaction

Last updated