To solve your problem you have to use formArray as follows: In the component: export class UserComponent implements OnInit { usersForm: FormGroup; ...
確定! 回上一頁