timdeschryver/ng-signal-forms

<form> support

Opened this issue · 0 comments

In traditional reactive forms in Angular, you would link the main formGroup to the from, like this: <form [formGroup]="form" (ngSubmit)="onSubmit()"> ... </form>.

With this we can have the submit event and improved accessibility.
Is there support for it? How would it be done?