Created
November 12, 2021 14:17
-
-
Save dontpaniclabsgists/b74b314cc37c5afe1ee00cffc2a9c75c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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