Skip to content

Instantly share code, notes, and snippets.

@raffaele-abramini
Created November 18, 2017 09:13
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 raffaele-abramini/5c88fe284699eb094d3b59d9d77a4c4b to your computer and use it in GitHub Desktop.
Save raffaele-abramini/5c88fe284699eb094d3b59d9d77a4c4b to your computer and use it in GitHub Desktop.
Angular 4 - Event emitter - 2
<div>
<app-my-component
(myEvent)="myParentMethod($event)">
</app-my-component>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment