This video is a crash course/tutorial for Angular reactive forms. We build a basic form with standard validators and custom validators.
Github: https://github.com/tamani-coding/angu...
(00:00) - Intro
(00:47) - HTML Template
(02:00) - FormGroup, FormControls and bind to HTML form
(04:02) - Standard Validators
(05:37) - Custom Validator
(06:34) - Custom FormGroup Validator (Complex Validation)