Skip to content

Instantly share code, notes, and snippets.

@aripalo
Last active August 29, 2015 14:16
Show Gist options
  • Save aripalo/ee15d616ff024c90536a to your computer and use it in GitHub Desktop.
Save aripalo/ee15d616ff024c90536a to your computer and use it in GitHub Desktop.
Angular 2 reference syntax as seen on http://youtu.be/-dMBcqwvYA0?t=19m2s
<!-- Angular 2 reference syntax as seen on http://youtu.be/-dMBcqwvYA0?t=19m2s -->
<button (click)="input.focus()">foo</button>
<input #input type="text" name="user"/><!-- Note the attribute "#input" -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment