标签: angular angular-reactive-forms
父页面
<app-pa #child></app-pa> @ViewChildren('child') paList:QueryList<PAComponent>;
子页面-表单字段很少。
父级中有对象列表。其中有子对象列表。 如何在子级之间传递子级值(多种情况)。