Forms components for AngularDart: input handling, validation and reactive form models.
Part of the ngx_* family maintained by the
insinfo/angular fork (continuation of
the original angular_forms/ngforms package).
Resources
- Documentation: forms guide, API reference
- Migrating from
ngforms? See the migration guide.
Libraries
- angular_forms
- ngx_forms
- This module is used for handling user input, by defining and building a ControlGroup that consists of Control objects, and mapping them onto the DOM. Control objects can then be used to read information from the form DOM elements.