Last active
August 29, 2015 14:16
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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