Skip to content

Instantly share code, notes, and snippets.

@simpluslabs
Created November 12, 2018 06:33
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 simpluslabs/687bcde1b10b7328cbec5b3589201395 to your computer and use it in GitHub Desktop.
Save simpluslabs/687bcde1b10b7328cbec5b3589201395 to your computer and use it in GitHub Desktop.
<!--c:eventNotifier-->
<aura:component>
<aura:registerEvent name="cmpEvent" type="c:testEvent"/>
<h1>Simple Component Event Sample</h1>
<p><lightning:button label="Click here to fire a component event" onclick="{!c.fireComponentEvent}" />
</p>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment