How to call method from parent when i click on child?

Viewed 1415

I have two components, parent and child. In child i have button. I want when user click on that button in child to call method that is in parent. Any suggestion?

1 Answers
Related