UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

16 lines 694 B
import { OptionsService } from '@c8y/ngx-components'; import { BrandingOptionsJson } from './branding.type'; import * as i0 from "@angular/core"; export declare class ApplyBrandingLocallyService { private options; private keysToRemove; constructor(options: OptionsService); applyBranding(optionsJson?: BrandingOptionsJson): void; resetBranding(): void; private applyApplicationOptions; private removeKeysFromOptions; private combineOptions; static ɵfac: i0.ɵɵFactoryDeclaration<ApplyBrandingLocallyService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ApplyBrandingLocallyService>; } //# sourceMappingURL=apply-branding-locally.service.d.ts.map