Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 | 2x | <div *ngFor="let field of field?.fieldGroup; let i = index" class="row" [attr.data-testing-id]="'buyers-line-' + i"> <formly-field class="col-12" [field]="field" /> </div> |