标签: angular5
我是angular 5的新手。请告诉我,有什么方法可以将数据绑定为数组索引。 喜欢:
(ngModel)="data.holder[index].field"
其中index是在typescript函数中分配的类变量。