Created
October 23, 2017 19:50
-
-
Save YonathanMeguira/54646ad2af089905db4607bed2d07951 to your computer and use it in GitHub Desktop.
solution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div *ngFor="let element of myArray; let idx = index"> | |
<input name="someName" [(ngModel)] = "myArray[idx]"> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment