Validation .ui-fluid style class provides fluid width to components for efficient use of space in screen. This example demonstrates ui-fluid in combination with Grid CSS and the components having built-in responsive modes like datatable. Note that Grid CSS is not mandatory, any grid system can be used with ui-fluid.
First Name:
Name is required
Last Name:
Last Name is required
Password:
Password is required
Description:
Gender:
Submit
Form Submitted!

First Name: {{form.controls['firstName'].value}}

Last Name: {{form.controls['lastName'].value}}

Password: {{form.controls['password'].value}}

Gender: {{selectedGender}}