Skip to content

Instantly share code, notes, and snippets.

@ganqqwerty
Created June 18, 2019 18:14
Show Gist options
  • Save ganqqwerty/7915f8cc1aba558d46967b151541d6e2 to your computer and use it in GitHub Desktop.
Save ganqqwerty/7915f8cc1aba558d46967b151541d6e2 to your computer and use it in GitHub Desktop.
this.myForm.get('myCheckbox').valueChanges
.subscribe(value => {
this.myForm.get('myEmailField').updateValueAndValidity();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment