@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
18 lines • 923 B
TypeScript
import { OptionsService } from '../../common';
import { ThemeSwitcherService } from '../../ui-settings/theme-switcher.service';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class NavigatorBottomService {
private options;
private themeService;
readonly navigatorLogoVariable = "navigator-platform-logo";
readonly navigatorLogoHeightVariable = "navigator-platform-logo-height";
constructor(options: OptionsService, themeService: ThemeSwitcherService);
hasHidePoweredSet(): Observable<boolean>;
hasCustomNavigatorLogoSet(): Observable<boolean>;
shouldShowBottomDrawer(): Observable<boolean>;
shouldShowDefaultPoweredBy(): Observable<boolean>;
static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorBottomService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NavigatorBottomService>;
}
//# sourceMappingURL=navigator-bottom.service.d.ts.map