Skip to content

Instantly share code, notes, and snippets.

@shadow1349
Created February 24, 2023 00:29
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 shadow1349/6439870d0308c2e0aad700dbcb07e9fd to your computer and use it in GitHub Desktop.
Save shadow1349/6439870d0308c2e0aad700dbcb07e9fd to your computer and use it in GitHub Desktop.
<form #myForm="ngForm">
<label>
Name:
<input type="text" name="name" [(ngModel)]="name" required>
</label>
<button type="submit">Submit</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment