app.component.html --> <div formArrayName="names"> <div *ngFor="let name of names.controls; index as idx"> <input [formControlName]="idx" placeholder="Enter ...
確定! 回上一頁