名称:['']和名称:new FormControl()之间的区别,

时间:2019-06-15 13:11:05

标签: angular angular2-forms angular-reactive-forms

在anguarl ReactiveForms中

ngOnInit() {
this.formGroup= this.fb.group({
  name : [''],  
  or
  name : new FormControl()
});

0 个答案:

没有答案