我使用以下教程在Angular 2中创建反应形式,它运行良好.
https://scotch.io/tutorials/how-to-build-nested-model-driven-forms-in-angular-2
但是,我现在正在尝试在数组中添加一个数组.使用上面的教程,我创建了一个"组织"表单,其中可以包含一组"联系人"组.但我无法成功调整设置以允许每个"联系人"组包含一组"电子邮件"组.
我一直无法找到涵盖此内容的教程或示例,并对任何指针表示感谢.
javascript typescript angular
angular ×1
javascript ×1
typescript ×1