Created
February 10, 2018 18:16
-
-
Save Frelseren/b73392b9465fdf035f411d3c0acf4fcb to your computer and use it in GitHub Desktop.
AngularPOC Lightning Component
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
<aura:component implements="flexipage:availableForAllPageTypes" access="global"> | |
<lightning:container src="{!$Resource.AngularPOC + '/index.html'}" /> | |
</aura:component> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment