数据驱动表单,嵌套组件为角度2

时间:2017-03-05 16:20:57

标签: forms angular tabs nested-forms

我有一个tabset,每个标签包含一个组件,用于包装该标签的内容。 我的tabset具有父表单,每个嵌套组件都有自己的表单组。

<form [formGroup]="parentForm">
  <tabset>
    <tab>
      <custom-component></component>
    </tab>
  </tabset>
</form>

我的自定义组件包装

<div formGroupName="tabOneDetail"></div>

这会抛出错误,因为嵌套组件被视为父组件的一部分。

0 个答案:

没有答案