Form Validation Angular 4
问题 So, I was attempting to use the following example: https://github.com/agiratech/angular4-reactive-form-exercise2/ However, when I implement it, and submit my form, no errors show anywhere on the screen. Below you will find all associated code that I can think of that relates. I'm looking for how to get the errors to show on the screen. I'm fairly new to Angular 4, so any help would be appreciated. pages.module.ts import ... import { FormsModule, ReactiveFormsModule } from '@angular/forms';