I don’t know if you have already solved this problem but I came across with it today. And I found that you may use the element with some mistakes. To asign value attribute in a ngFor loop, you should write like [value]="segment.name" .
↧
I don’t know if you have already solved this problem but I came across with it today. And I found that you may use the element with some mistakes. To asign value attribute in a ngFor loop, you should write like [value]="segment.name" .