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 |
Explain skinny table.
Difference between chatter api and connect api in salesforce?
What is Approval Processing?
What is soql? : salesforce integration
What is difference between standard objects and custom objects? : salesforce objects & fields
What is manual sharing?
What is the difference between public cloud & private cloud in salesforce?
What is Sales cloud & Service cloud?
How to navigate from one component to another component? : salesforce lightning component
What is auto-response?
How can you expose an apex class as a rest webservice in salesforce?
List the various object relations in salesforce?