What is the basic difference between application event and component event? : salesforce lightning component
Answer / Naman Goel
Application events are global events that can be fired by any Aura or LockerService component in your app. Component events, on the other hand, are custom events specific to a particular Lightning Component. Application events are useful for communication between components with no direct parent-child relationship, while component events allow for more targeted communication within a single component hierarchy.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between a Standard Controller and Custom Controller?
How many controllers can be used in the visualforce page?
Can a apex trigger call a batch class in salesforce?
Explain what is dashboard?
How to read all child elements in xml dom ? : salesforce integration
What is wrapper class in salesforce?
Difference between Trigger.new & Trigger.old?
Can you tell the different ways to share a record?
What are the apex data types?
What are the type of events into salesforce lightning component?
What is field-level security in the salesforce context?
What is the difference between Trigger and Workflow?