Overview
When creating form-validation in Angular Reactive Forms with Angular Material, one challenging task is validating confirmation fields. By confirmation fields, I mean, when you need to confirm an email address, password, and/or other input, by making the user type it in twice. In this case, you need to show a validation error Continue reading “Validating Confirmation Fields in Angular Reactive Forms with Angular Material”