Skip to content

Instantly share code, notes, and snippets.

@hackrio1
Created September 25, 2018 21:14
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 hackrio1/6a8cb916539ac043313ff846816c2e5a to your computer and use it in GitHub Desktop.
Save hackrio1/6a8cb916539ac043313ff846816c2e5a to your computer and use it in GitHub Desktop.
<h1>{{ message }}</h1>
<form>
<div>
<label for="message">essage: </label>
<input type="text" [(ngModel)]="message" name="message">
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment