Angular 5 个带有自定义控件的反应式表单作为 stackblitz 上的 FormArray 示例

Angular 5 reactive form with custom controls as FormArray example on stackblitz

我在 stackblitz 上创建了一个示例项目来测试嵌套组件并获取完整的表单值。

https://stackblitz.com/edit/mensand-hobbies-footbal-tennis

这是一个示例,我不想使用存储在数组中的不同组件。

表单已正确创建,但子控件未绑定到 form.value

有人知道我错过了什么吗?

目前没有时间查看所有代码。

看看这些资源,几周前我做了一些非常相似的事情。如果您仍然卡住,请告诉我

https://coryrylan.com/blog/angular-custom-form-controls-with-reactive-forms-and-ngmodel

https://blog.thoughtram.io/angular/2016/07/27/custom-form-controls-in-angular-2.html

https://netbasal.com/angular-custom-form-controls-made-easy-4f963341c8e2