Skip to content

Instantly share code, notes, and snippets.

@natmegs
Created January 10, 2018 19:04
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 natmegs/7157815465d61e53aba75c214df81ab7 to your computer and use it in GitHub Desktop.
Save natmegs/7157815465d61e53aba75c214df81ab7 to your computer and use it in GitHub Desktop.
ViewChild examples
<hello name="Jelly Donut"></hello>
<hello name="Old Fashioned Glazed"></hello>
<ng-container #container>
This is a container
</ng-container>
<ng-template #template>
This is a template
</ng-template>
<p #element>
This is an element
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment