The Form Array is a way to group Form controls in Angular. ... app.component.html --> <div formArrayName="names"> <div *ngFor="let name of names.controls; ...
確定! 回上一頁