Reputation: 7836
In a official AngularDart guide (https://webdev.dartlang.org/angular/guide/forms) there is a way how to build forms via templates driven way. I would like to use reactive forms (https://angular.io/docs/ts/latest/guide/reactive-forms.html) with AngularDart but I even can't find properly reference on FormGroup class (see a screenshot below).
Upvotes: 3
Views: 741