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 ?