Options
All
  • Public
  • Public/Protected
  • All
Menu

Stores information about the label of a tab in tab view.

See {@link TabContent#label} for more information.

Hierarchy

  • TabLabel

Index

Properties

Properties

count?: ReplaySubject<number>

Tab count is displayed in it's label, ich stream is provided

icon?: string

Material design icon name.

See material website for supported icon list.

text?: string

Tab name that is displayed in it's label.

The text is passed trough the translate pipe. If you want the tab label to be translated simply pass the translation key as value.

Generated using TypeDoc