Jason, Not sure what errors you are seeing, but I have had some success with Forms working with alpha33. I can't say anything about alpha32. Here are few points from my trials and errors:
1. I could not get anything to work with *FormBuilder*. All the examples that I have seen with that failed with cryptic exceptions. I posted something on this last week, but no solutions were found. 2. I had to patch the *angular2.d.ts* to fix some issues in the defs for *Control*, *ControlGroup*, and *Validators*. Seems that some things were omitted when generating that file. 3. What I got to work followed the pattern found from the *NgFormModel* class doc: https://angular.io/docs/js/latest/api/forms/NgFormModel-class.html HTH, Pete -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
