Skip to content

Instantly share code, notes, and snippets.

@amitkumarRoy
Last active July 24, 2018 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitkumarRoy/c2e1e6a3bcba347ad3da25aabca93805 to your computer and use it in GitHub Desktop.
Save amitkumarRoy/c2e1e6a3bcba347ad3da25aabca93805 to your computer and use it in GitHub Desktop.
<aura:component implements="lightning:isUrlAddressable">
<aura:handler name="init" value="{!this}" action="{!c.doInIt}"/>
<lightning:card iconName="standard:event" title="WebinarOverride component">
<lightning:formattedText class="slds-p-left_small" value="This is the target page"/>
</lightning:card>
<lightning:card/>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment