branding/dark-theme/dark-theme-tab.factory.ts
Factory for creating the dark theme tab. Extends the BrandingTabFactory to provide the dark theme tab.
Methods |
|
constructor(options: OptionsService)
|
||||||
Parameters :
|
Protected getTabsForVersion | ||||||
getTabsForVersion(name: string)
|
||||||
Overrides the
Parameters :
Returns :
Tab[]
|
Protected shouldShowTab$ |
shouldShowTab$()
|
Overrides the
Returns :
Observable<boolean>
|
get | ||||||
get(activatedRoute?: ActivatedRoute)
|
||||||
Parameters :
Returns :
Observable<Tab | []>
|
Protected getPathForBranding | |||||||||
getPathForBranding(brandingName: string, subPath: T)
|
|||||||||
Type parameters :
|
|||||||||
Parameters :
Returns :
`branding-editor/${string}/edit/${T}`
|