79612850

Date: 2025-05-08 17:03:08
Score: 4
Natty:
Report link

I wonder if one of the solutions wouldn't be also using something like :

<ng-container formGroupName="childGroup">
   <input type="text" formControlName="childControl1">
</ng-container>

<input type="text" [formControl]="parentControl1">

<ng-container formGroupName="childGroup">
    <input type="text" formControlName="childControl2">
</ng-container>

That way we would get ordering split. Though I am looking for answare if that is allowed to have separate 2 fromGroupName in same template. I am experimenting right now. What do you think guys?

Reasons:
  • Blacklisted phrase (2): I am looking for
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: PPik