Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created November 12, 2021 14:17
Show Gist options
  • Save dontpaniclabsgists/b74b314cc37c5afe1ee00cffc2a9c75c to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/b74b314cc37c5afe1ee00cffc2a9c75c to your computer and use it in GitHub Desktop.
companyForm = this.fb.group({
companyName: new FormControl('', [Validators.required]),
admins: this.fb.array({})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment