timdeschryver / ng-signal-forms

105 stars 7 forks source link

Support formFieldName and formGroupName directives #45

Open Harpush opened 3 weeks ago

Harpush commented 3 weeks ago

It would help avoid in nested forms to use a deep access through .controls in HTML.

The downside is no type safety like forms today.

Another option is waiting for @let that will allow to shorten the repeated access path.