<tbody formArrayName="timetable"> <tr *ngFor="let child of timetableForm.controls.timetable.controls; let i = index;" [formGroupName]="i"> <td *ngFor="let ...
確定! 回上一頁