Want to add new empty input box with the Alais button using “FormBuilder” and “Form Control method” but getting an error in the addAlais() method

前端 未结 0 1360
夕颜
夕颜 2020-12-23 15:02
export class ProfileEditorComponent implements OnInit {    
     profileForm = this.fb.group({
      firstName: [\'\', Validators.required],
      lastName: [\'\'],
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题