Skip to content

Instantly share code, notes, and snippets.

@semagarcia
Last active April 14, 2021 19:26
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 semagarcia/8a6f77ce2c3087263e0532b70f625772 to your computer and use it in GitHub Desktop.
Save semagarcia/8a6f77ce2c3087263e0532b70f625772 to your computer and use it in GitHub Desktop.
Output => data flow goes from the child (web component) to the parent
<!-- Template: web component inside an Angular component -->
<div>
<h1>I'm an Angular component</h1>
<click-counter id='clickCounter'></click-counter>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment