有没有一种方法可以动态设置 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>