Tag Archives: child parent component

Using Aura method to pass value from Child component to Parent component (with example)

In this blog, we will discuss how to use <aura:method> to define a method as part of a component’s API. This enables you to directly call a method in a component’s client-side controller instead of firing and handling a component event. The <aura:method> tag has following attributes: Attribute Type Description name String The method name.… Read More »