Created
October 23, 2017 19:39
-
-
Save YonathanMeguira/c09064df6e5ee4eed4aeed2c3c37f385 to your computer and use it in GitHub Desktop.
ngFor
This file contains 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"> | |
<input name="someName" [(ngModel)] = "element"> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment