Avi RaiOct 13, 20222 minLightning Modal module in LWCWhat is Modal? A modal overlays a popup on top of the current app window. This paradigm is used in cases such as the creation or editing...
Avi RaiAug 28, 20213 minGo asynchronous with Platform EventsWhat are Platform Events? Platform events are the event messages (or notifications) that your apps send and receive to take further...
Avi RaiJun 20, 20212 minUsing async/await to call Apex method imperativelyHello everyone, We know that there are two methods to call an Apex method from a Lightning Web Component: Wire Apex Methods to Lightning...
Avi RaiFeb 28, 20211 minData attributes in Lightning Web ComponentsHello everyone, Most of the times we have problem passing information when button clicked or any element is selected in HTML to the...