timdeschryver/ng-signal-forms

Support formFieldName and formGroupName directives

Harpush opened this issue · 0 comments

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.