Skip to content

Instantly share code, notes, and snippets.

@tsmalara
Last active December 24, 2018 22:20
Show Gist options
  • Save tsmalara/f560b00c15382f1afa0bea174668ac3b to your computer and use it in GitHub Desktop.
Save tsmalara/f560b00c15382f1afa0bea174668ac3b to your computer and use it in GitHub Desktop.
<aura:component controller="LightningRecordIdExampleController" implements="flexipage:availableForAllPageTypes,force:hasRecordId">
<aura:attribute name="account" type="Account"/>
<aura:handler name="init" value="{!this}" action="{!c.doInit}" />
<lightning:card iconName="standard:product" title="{!v.account.Name}">
</lightning:card>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment