mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
2d85ae5811
This will replace the `[field]` directive, since `[field]` is a very generic name for signal forms to commandeer refactor(forms): hook up `formField` directive in compiler Hooks up the `formField` direcive to get the same treatment as the `field` directive in the compiler. apply updated formatting