Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractTabViewComponent Abstract

Component that renders a tab view.

See TabView for the class that holds the logic for this view.

Hierarchy

  • AbstractTabViewComponent

Implements

  • OnInit
  • OnDestroy

Index

Constructors

Properties

_injector: Injector
_logger: LoggerService
_viewService: ViewService
align: string = 'start'
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

Methods

  • badgeCount(tab: TabContent): ReplaySubject<string>
  • badgeHidden(tab: TabContent): ReplaySubject<boolean>
  • ngOnDestroy(): void
  • ngOnInit(): void
  • setOffset(count: number): void

Generated using TypeDoc