Enhance the registration process.

  • Reactive forms
  • Validation
  • Custom validators
  • Validation feedback
  • The Date problem
  • Hooking to the API

Reactive forms

Reactive Forms is a different philosophy from FormsModule template-driven technology.

ReactiveFormsModule are defined in the component code and the binding with the template is syncronous.

[Read More]