How to transfer data between component Angular when they are more than one nesting?
For example:
<router-outlet> </router-outlet>
<filter-mobile></filter-mobile>
I need pass outcome data from component filter-mobile
to any component inside <router-outlet> </router-outlet>
it can be also nested component.
If you need more explanations, please leave comment