Options
All
  • Public
  • Public/Protected
  • All
Menu

Component that renders a tab view.

See {@link TabView} for the class that holds the logic for this view.

Hierarchy

  • AbstractTabViewComponent
    • TabViewComponent

Index

Constructors

  • new TabViewComponent(_viewService: ViewService, _logger: LoggerService, injector: Injector): TabViewComponent

Properties

_injector: Injector
_logger: LoggerService
_viewService: ViewService
align: string
initialTabs: TabContent[]

Tabs that are opened initially in the view

offset: string
stretch: boolean

Flag if the height of the content has to stretch to fill the available window

tabView: TabView
ɵcmp: unknown
ɵfac: unknown

Methods

  • badgeCount(tab: TabContent): ReplaySubject<string>
  • Parameters

    • tab: TabContent

    Returns ReplaySubject<string>

  • badgeHidden(tab: TabContent): ReplaySubject<boolean>
  • Parameters

    • tab: TabContent

    Returns ReplaySubject<boolean>

  • ngOnDestroy(): void
  • Returns void

  • ngOnInit(): void
  • Returns void

Generated using TypeDoc