Example: form = new FormGroup({ first: new FormControl({value: 'Nancy', disabled: true}, Validators.required),. last: new FormControl('Drew' ...
確定! 回上一頁