ngModel の値を動的に設定する方法はありますか? 例えば
<h1>please fill the text</h1>
<div *ngFor="#value of columnsNames">
{{value }}<input type = "text" [(ngModel)]="SomeDynamicValue">
</div>
ngModel の値を動的に設定する方法はありますか? 例えば
<h1>please fill the text</h1>
<div *ngFor="#value of columnsNames">
{{value }}<input type = "text" [(ngModel)]="SomeDynamicValue">
</div>