Skip to content

Instantly share code, notes, and snippets.

@raffaele-abramini
Created November 18, 2017 09:34
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 raffaele-abramini/3f758fffb54afa9964a28c8dd325e1ad to your computer and use it in GitHub Desktop.
Save raffaele-abramini/3f758fffb54afa9964a28c8dd325e1ad to your computer and use it in GitHub Desktop.
Angular 4 - DOM element ref - 1
<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