We can send data from One Lightning Component to Another Lightning Component using Events. We can use Application Events to send data from one Lightning Component to another.
We have to follow 4 steps to send data from one component to another component.
Create Event
Register Event
Fire Read more…