Skip to content

Instantly share code, notes, and snippets.

@mak9456
Last active October 19, 2019 18:06
Show Gist options
  • Save mak9456/51e0a6bbc95d425f10b99cf780be32c9 to your computer and use it in GitHub Desktop.
Save mak9456/51e0a6bbc95d425f10b99cf780be32c9 to your computer and use it in GitHub Desktop.
<aura:component>
<aura:attribute name="parentAttribute" type="String"/>
<c:childComponent childAttribute="{!v.parentAttribute}"/>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment