Deepak Verma

Deepak Verma

  • NA
  • 681
  • 40.9k

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

Oct 24 2018 7:47 AM
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)