How to pass values and call a method from Parent-to-Child Lightning Aura Component

Communicating down the hierarchy we have two ways to go: 1. Using aura:attribute: The aura: attribute is most commonly used to communicate from parent to child, kind of down the hierarchy. An attribute is more like a variable present on a component or event. Parent Component.cmp (Sender) ChildComponent.cmp (Reciever) 2. Using Aura : Method We …

Read moreHow to pass values and call a method from Parent-to-Child Lightning Aura Component

error: Content is protected !!