I am trying to do validation using the and . This works fine when user tabs out of the input without filling. B
Either you can do as "Kyle Pfromer" suggested or as you are using form group, you can mark element as touched on submit with
onSubmit(){ this.formName.get('formControlName').markAsTouched(); }