Create forms dynamically
Validate input with common validators (required)
Validate input with custom validators
Test forms
Two Ways of Writing Forms
You can continue writing forms in a similar way to how you used to in AngularJS, but I recommend using the new Forms module because it does more work for you. The Forms ...