Skip to content

Instantly share code, notes, and snippets.

@arun12209
Created April 5, 2020 08:37
Show Gist options
  • Save arun12209/67f5d62932167b141142be5387897f79 to your computer and use it in GitHub Desktop.
Save arun12209/67f5d62932167b141142be5387897f79 to your computer and use it in GitHub Desktop.
Covid19_Tracker_App
<apex:page showHeader="false" sidebar="false">
<apex:includeLightning />
<div id="LcDisplayId"></div>
<script>
$Lightning.use("c:Covid19_IND_TrackerApp", function() {
$Lightning.createComponent("c:Covid19_IND_Tracker",
{
},
"LcDisplayId",
function(component) {
});
});
</script>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment