Skip to content

Instantly share code, notes, and snippets.

@simpluslabs
Created February 8, 2019 10:28
Show Gist options
  • Save simpluslabs/9b65a3d38474aa2995a1c35af66e8038 to your computer and use it in GitHub Desktop.
Save simpluslabs/9b65a3d38474aa2995a1c35af66e8038 to your computer and use it in GitHub Desktop.
<aura:component>
<aura:attribute name="textFromEvent" type="String" />
<div class="slds">
In Parent Lightning Component : {!v.textFromEvent}
<c:linkToAnotherCmp ontxtChange = "{!c.lwcEventHandler}" />
</div>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment