Skip to content

Instantly share code, notes, and snippets.

@arturovt
Created June 6, 2019 23:19
Show Gist options
  • Select an option

  • Save arturovt/ad1206ff1430be008b55f90a0fad0437 to your computer and use it in GitHub Desktop.

Select an option

Save arturovt/ad1206ff1430be008b55f90a0fad0437 to your computer and use it in GitHub Desktop.
const event = new CustomEvent('chooseEvent', {
detail: this.event,
bubbles: true
});
this.host.nativeElement.dispatchEvent(event);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment