Skip to content

Instantly share code, notes, and snippets.

@rbren
Created August 15, 2017 17:06
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 rbren/b6f14b84203049f7ea115db8de51a826 to your computer and use it in GitHub Desktop.
Save rbren/b6f14b84203049f7ea115db8de51a826 to your computer and use it in GitHub Desktop.
<input [(ngModel)]="name">
<p>
Your name is {{name}}
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment