1
Answer

Call a method of parent component using it's child component

Deepak Verma

Deepak Verma

6y
2.2k
1
I have two components, one is parent and other component is rendering within router-outlet with routing. In the parent component I have method which perform few functionality. Now, I need to call that method(Parent component method) from another component which is rendering within router-outlet.
How I can call it ?
Answers (1)