How to add lightning component in visualforce page? : salesforce lightning component



How to add lightning component in visualforce page? : salesforce lightning component..

Answer / Mayank Kumar Jaiswal

To include a Lightning Component within a Visualforce page, you must wrap the component with an `apex:includeLightning` or `apex:component` tag. Here's an example:

```xml
<apex:page>
<apex:includeLightning />
<!-- Add your Lightning Component here -->
</apex:page>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Salesforce Interview Questions

Explain skinny table.

1 Answers  


Difference between chatter api and connect api in salesforce?

1 Answers  


What is Approval Processing?

1 Answers  


What is soql? : salesforce integration

1 Answers  


What is difference between standard objects and custom objects? : salesforce objects & fields

1 Answers  


What is manual sharing?

1 Answers  


What is the difference between public cloud & private cloud in salesforce?

1 Answers  


What is Sales cloud & Service cloud?

1 Answers   Deloitte,


How to navigate from one component to another component? : salesforce lightning component

1 Answers  


What is auto-response?

1 Answers  


How can you expose an apex class as a rest webservice in salesforce?

1 Answers  


List the various object relations in salesforce?

1 Answers  


Categories