A developer needs to make a custom Lightning Web Component available in the Salesforce Classic user interface Which approach can be used to accomplish this?
A.
Embed the Lightning Web Component is a Visualforce Component and add directly to the page layout.
B.
Use the Lightning Out JavaScript library to embed the Lightning Web Component in a Visualforce page and add to the page layout.
C.
Use a Visualforce page with a custom controller to invoke the Lightning Web Component using a call to an Apex method.
D.
Wrap the Lightning Web Component in an Aura Component and surface the Aura Component as a Visualforce tab.
The Lightning Out library allows a Lightning Web Component to be embedded in a Visualforce page. This approach is the most suitable to make the LWC accessible in Salesforce Classic.
[Reference:Lightning Out Documentation, , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit