Ilya Sulimanov
Ilya Sulimanov

Reputation: 7836

Is there reactive form in AngularDart?

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).

enter image description here

Upvotes: 3

Views: 741

Answers (1)

Luke Chi
Luke Chi

Reputation: 91

Seems added in AngularDart 5

NgFormControl-class

Upvotes: 2

Related Questions