Created
April 5, 2020 08:37
-
-
Save arun12209/67f5d62932167b141142be5387897f79 to your computer and use it in GitHub Desktop.
Covid19_Tracker_App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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