@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
15 lines • 731 B
TypeScript
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;
pageTitleUpdate: boolean;
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