adspace
What is the use of the <aura:method> tag in lightning ?
Answer Posted / Neeraj Umar
<aura:method> tag in Lightning Component is used to define methods that can be called from other components or services. It allows for communication between parent and child components, making it a fundamental part of building complex, modular applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers