Skip to content

Instantly share code, notes, and snippets.

@stevermeister
Last active July 23, 2017 16:17
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 stevermeister/076ddd493b8f87f39a851ffa9c8ce817 to your computer and use it in GitHub Desktop.
Save stevermeister/076ddd493b8f87f39a851ffa9c8ce817 to your computer and use it in GitHub Desktop.
@ViewChild('name') nameInput: ElementRef;
ngAfterViewInit() {
console.log(this.nameInput.value)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment