Solution: · you are missing .control in last of *ngFor to iterate over the controls. · If you are using above approach you need to replace [formControlName] with ...
確定! 回上一頁