Add a new method to be able to add to the phoneNumbers FormArray. addPhoneNumber() { this.phoneNumbers.push(this.fb.control(''); }; Optionally, you can refactor ...
確定! 回上一頁