尝试在Angular中向formGroup动态添加一个新的formControl条目.
method() { this.testForm.addControl('new', ('', Validators.required)); }
可以这样做吗?
angular
angular ×1