I think this is really basic, but I'm new to Angular 2, and I would like to know how to do this, and if there are different ways. I am trying to call a function in a child component from its parent component. Therefore, if I have:
<parent> <child></child> </parent>
... and child has functions called show() or hide() , how can I call any of them from parent ?
angular typescript
Bbaysinger
source share