home chevron_right User Interface
Forms
Reactive 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.

Horizontal Stepper
Fill out your name
First Name First Name is required! Last Name Last Name is required!
Fill out your address
Address Address is required!
Fill out your address
City City is required! State State is required! Postal Code {{postalCode2.value.length}} / 5 Postal Code is required!
Done
Thank your for filling out our form.