UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

17 lines 877 B
import { AfterViewInit, OnDestroy } from '@angular/core'; import { HeaderService } from '../header.service'; import * as i0 from "@angular/core"; export declare class TitleComponent implements AfterViewInit, OnDestroy { private headerService; /** Whether to update the browser's page title with the content of the title. */ pageTitleUpdate: boolean; /** The title template to be displayed in the header. */ template: any; private viewInitTimeout; constructor(headerService: HeaderService); ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TitleComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TitleComponent, "c8y-title", never, { "pageTitleUpdate": { "alias": "pageTitleUpdate"; "required": false; }; }, {}, never, ["*"], true, never>; } //# sourceMappingURL=title.component.d.ts.map