Skip to content

Instantly share code, notes, and snippets.

@simpluslabs
Created November 12, 2018 07:13
Show Gist options
  • Save simpluslabs/0972416ce8563468022abe873d456b42 to your computer and use it in GitHub Desktop.
Save simpluslabs/0972416ce8563468022abe873d456b42 to your computer and use it in GitHub Desktop.
<aura:component>
<aura:registerEvent name="appEvent" type="c:AppEvent"/>
<h1>Simple Application Event Sample</h1>
<p><lightning:button
label="Click here to fire an application event"
onclick="{!c.fireApplicationEvent}" />
</p>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment