Last active
October 19, 2019 18:06
-
-
Save mak9456/51e0a6bbc95d425f10b99cf780be32c9 to your computer and use it in GitHub Desktop.
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> | |
<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