Saturday, May 2, 2020

How to call another component function in angular ( Siblings )

Hello,

First, what you need to understand the relationships between components. Then you can choose the right method of communication. I will try to explain all the methods that I know and use in my practice for communication between components.

I will try to explain other ways to communicate between siblings below. But you could already understand one of the ways of understanding the above methods.
parent.component.ts
child-one.component.ts
child-two.component.ts

0 comments:

Post a Comment