Sunday, 5 May 2019

What is Lightning Web Component

Hi ,

I just want to give you small information about Lightning Web Component.

We can build Lightning components using two programming models:


  1. Original model, Aura Components
  2. Lightning Web Components

Lightning web components are custom HTML elements built using HTML and modern JavaScript. 
Lightning web components and Aura components can coexist and interoperate on a page.

To admins and end users, they both appear as Lightning components.

References:

No comments:

Post a Comment

How to Execute Einstein Prompt Templates Using Apex (Calling Salesforce Prompt Templates Programmatically with Apex)

 Hi, Here, we’ll explore how to execute a Prompt Template using Apex. To understand this better, let’s take a sample Flex Prompt Template ca...