
11
Sep, 17
Calling parent component action from child component emberjs
In ember.js we can easily pass the properties from parent to child component and can use that property in child component. In this blog, we will see how we can call the parent component action from child component. To call parent action from child component, first we...
Recent Comments