@Input() control: AbstractControl; this.control.setValidators([ // redundant to formBuilder Validators.required, Validators.maxLength(10), // custom validation ...
確定! 回上一頁