
Hi Developers, Welcome again and in this tutorial we will see how we can share the code between Lightning Web Components. To share code between components, create an ES6 module and export the variables or functions that you want to…

As we all know that, salesforce has recently introduce new technology which is “Lightning Web Component” which have only 5 files in a folder that does not include design file like in Aura Component. What if we wanted to get…