Skip to content

Instantly share code, notes, and snippets.

@alexzuza
Last active May 19, 2018 12:58
Show Gist options
  • Save alexzuza/469c1195d9031981c3384a3632d819df to your computer and use it in GitHub Desktop.
Save alexzuza/469c1195d9031981c3384a3632d819df to your computer and use it in GitHub Desktop.
Ivy elRef template
@Component({
...,
template: '<ng-template #foo></ng-template>'
})
class SomeComponent {
@ViewChild('foo', {read: ElementRef}) query;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment