accountForm.get("sports") as FormArray; } ... <ion-item *ngFor="let sport of formArr.controls; let i = index" [formGroupName]="i"> ...
確定! 回上一頁