Р
Size: a a a
Р
TP
С
VK
АО
OS
U
U
<ng-container formArrayName="categories">
<app-issue-discovered *ngFor="let piece of getCategoriesArray.controls; let i=index" formControlName="i"></app-issue-discovered>
</ng-container>
например
S
<ng-container formArrayName="categories">
<app-issue-discovered *ngFor="let piece of getCategoriesArray.controls; let i=index" formControlName="i"></app-issue-discovered>
</ng-container>
например
U
S
U
categories: new FormArray([])вот сюда
S
categories: new FormArray([])вот сюда
new FormArrayв перменную
.push
DK
TP
NL
К
DK