Skip to content

Instantly share code, notes, and snippets.

@dongjinahn
Last active December 1, 2018 08:54
Show Gist options
  • Select an option

  • Save dongjinahn/a6e65a03ded62912e10fbcaedfe28e69 to your computer and use it in GitHub Desktop.

Select an option

Save dongjinahn/a6e65a03ded62912e10fbcaedfe28e69 to your computer and use it in GitHub Desktop.
constructor(public formBuilder: FormBuilder) {
this.form = this.formBuilder.group({
a: null,
b: 1,
c: [2, null],
d: [2, someAsyncValidator],
e: [],
f: [[]],
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment