src/lib/pg-components/tabs/tab-body.component.ts
Component representing the body of a tab, which displays the tab's content.
encapsulation | ViewEncapsulation.None |
selector | mefdev-tab-body |
templateUrl | ./tab-body.component.html |
Inputs |
content |
Type : TemplateRef<void>
|
The content of the tab, which can be passed as a template. |