Skip to content

Instantly share code, notes, and snippets.

@crh225
Created August 15, 2019 13:51
Show Gist options
  • Save crh225/8a11c48ec19501667944b6df3efb33ab to your computer and use it in GitHub Desktop.
Save crh225/8a11c48ec19501667944b6df3efb33ab to your computer and use it in GitHub Desktop.
form: FormGroup;
ngOnInit() {
this.form = new FormGroup({
'username': new FormControl('')
});
this.addValidator();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment