home chevron_right User Interface
Forms

Angular reactive forms facilitate a reactive style of programming that favors explicit management of the data flowing between a non-UI data model (typically retrieved from a server) and a UI-oriented form model that retains the states and values of the HTML controls on screen. Reactive forms offer the ease of using reactive patterns, testing, and validation.

Reactive Form Example
Required Required
Required Required
Required Required {{postalCode.value.length}} / 5 Postal Code needs to be max. {{formErrors.postalCode.maxlength.requiredLength}} characters
Reactive Form Errors Model
{{formErrors | json}}