Skip to content

Instantly share code, notes, and snippets.

@natmegs
Created January 10, 2018 19:04
Embed
What would you like to do?
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