Dynamic method binding in Angular

In Angular, it's very easy to bind static methods from the parent component to the child component. But when it comes to dynamic method…