Skip to content

Instantly share code, notes, and snippets.

@YonathanMeguira
Created October 23, 2017 19:39
Show Gist options
  • Save YonathanMeguira/c09064df6e5ee4eed4aeed2c3c37f385 to your computer and use it in GitHub Desktop.
Save YonathanMeguira/c09064df6e5ee4eed4aeed2c3c37f385 to your computer and use it in GitHub Desktop.
ngFor
<div *ngFor="let element of myArray">
<input name="someName" [(ngModel)] = "element">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment