Last active
April 14, 2021 19:26
-
-
Save semagarcia/8a6f77ce2c3087263e0532b70f625772 to your computer and use it in GitHub Desktop.
Output => data flow goes from the child (web component) to the parent
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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