Salesforce
CRT-450 · Question #198
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?
The correct answer is C. Use the Lightning Out JavaScript library to embed the Lightning Web Component in a Visualforce. See the full explanation below for the reasoning.
Question
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?
Options
- AWrap the Lightning Web Component In an Aura Component and surface the Aura Component as
- BEmbed the Lightning Web Component is a Visualforce Component and add directly to the page
- CUse the Lightning Out JavaScript library to embed the Lightning Web Component in a Visualforce
- DUse a Visualforce page with a custom controller to invoke the Lightning Web Component using a
How the community answered
(31 responses)- A3% (1)
- B10% (3)
- C84% (26)
- D3% (1)
Community Discussion
No community discussion yet for this question.