1
Reply

How can 2 angular components interact with each other ?

Varun Setia

Varun Setia

3y
729
1
Reply

The ask of this question is to understand how we can allow the communication between 2 components in Angualr, following are situaution:

  1. Parent to child.
  2. Both are in same heirarchy.
  3. Child To Parent.

    There are 4 different ways. You can read about them here: https://fireship.io/lessons/sharing-data-between-angular-components-four-methods/