Activity › Forums › Salesforce® Discussions › Can I integrate Salesforce lightning components with another framework?
Tagged: Angular Component, Lightning Component Framework, Lightning Container, Salesforce Integration, Salesforce Lightning Components
-
Can I integrate Salesforce lightning components with another framework?
Posted by chanchal kumar on July 16, 2018 at 1:41 PMCan I integrate Salesforce lightning components with another framework, such as Angular?
shariq replied 7 years, 8 months ago 4 Members · 3 Replies -
3 Replies
-
Hello Chanchal,
Yes, you can integrate lightning components with other third party framework. lightning:container allows you to do so. The application should have a launch page. By default the launch page is index.html but you can add another launch page by adding a manifest file to your resource. Also , The application should have a launch page specified with the lightning:container src attribute.
- [adinserter block='9']
-
Yes, you can integrate lightning components with other third party framework by using tab lightning:container.
Thanks
-
Hi,
To add more –
The Lightning Component Framework is a great UI framework for building modern components and applications on the Salesforce platform. If you are already invested in other UI frameworks, like React or Angular, you can also integrate components built with these frameworks inside Lightning Components.
Hope this helps.
Log In to reply.