Wednesday 11 December 2019

What Lightning Web Component Requires?

Hi,


Lightning Web Components is a new programming model for building Lightning components. 

Every Lightning Web Component requires the following files:

  • HTML File - which has markup and renders UI
  • Javascript File - which has  logic and properties 
  • Meta File - which has component information about where it has to be exposed
  • CSS File (Optional)
  • SVG (Optional)

HTML File:


 Javascript File:

                                          

Meta File
                                     





References:

1 comment:

  1. Find Here Best Salesforce Certification Sample Papers, Platform Developer 1 Dumps, We are Providing Salesforce Sample Questions, Salesforce Dumps, Service Cloud Sample Papers, Sales Cloud Sample Papers, We have online courses for Salesforce Administrators as well as Developer Certification. Details of the same are available.

    Bundle Offer 2020:

    We are new offering. Buy any two papers and get third free. Offer available for for all courses available online. You can pick and choose certifications which are relevant to you and complete the certifications at your pace.

    More Info: http://www.salesforcecertifications.com/

    ReplyDelete

How to include a screen flow in a Lightning Web Component

 Hi, Assume  you have a flow called "Quick Contact Creation" and API Name for the same is "Quick_Contact_Creation". To i...