Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can select this mode setting the value **tab** to the `mode` input. You can
#### Options
It is possible to configure tab mode options with the `o-form-layout-tabgroup-options` component. This attributes are explained in the **API** section of this page.

For complex labels, you can add `<ng-template let-tabData="tabData">...</ng-template>` and inside you can define your template. It's *important* than the tabData attributes are including in `labe-columns`.
For complex labels, you can add `<ng-template let-tabData="tabData">...</ng-template>` and inside you can define your template. It's *important* than the tabData attributes are including in `label-columns`.

<h3 class="grey-color">Example</h3>
```html
Expand Down
Loading