Created
November 18, 2017 09:34
-
-
Save raffaele-abramini/3f758fffb54afa9964a28c8dd325e1ad to your computer and use it in GitHub Desktop.
Angular 4 - DOM element ref - 1
This file contains 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
<div> | |
<input | |
name="myInput" | |
id="myInput" | |
#myInput> | |
<button | |
type="button" | |
(onClick)="doSomething(myInput)"> | |
Label | |
</button> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment