in src/app/common/forms/form.component.ts [58:65]
get validWhenOptional(): boolean { if (!this.pristine && this.valid) { return true; }else if (!this.pristine && !this.valid) { return false; } return true; }