Tag: Lightning Component
How to Pass Data From one Component to another Component in Lightning Using Events
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
How to Create and Add a Lightning Web Component into the Lightning App in your Salesforce Scratch org
After assuming that the user already has the VS Code and all the necessary packages like Salesforce CLI installed and has created a scratch Org into the system, let’s begin the process to create and add a lightning web component