The sfTab directive Represents a single tab The attribute for this directive is sfTab

Constructors

  • Parameters

    • templateRef: TemplateRef<any>

    Returns SfTabDirective

Properties

componentData: ComponentData

Sets componentData of the component, which should be loaded in the tab

count: number

A number, which is added as a badge, next to the tab title

look: string

Sets the css modifiers of the tab

name: string

The name of the tab Used to determine if the tab is currently selected

tabClick: EventEmitter<any> = ...

Tab clicked emitter

templateRef: TemplateRef<any>
title: string

The title of the tab

Generated using TypeDoc