@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
12 lines • 579 B
TypeScript
import { AppStateService } from '../../common';
import { Observable } from 'rxjs';
import { IApplication } from '@c8y/client';
import * as i0 from "@angular/core";
export declare class NavigatorTopComponent {
ui: AppStateService;
app$: Observable<IApplication>;
constructor(ui: AppStateService);
static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorTopComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NavigatorTopComponent, "header[c8y-navigator-top]", never, {}, {}, never, never, true, never>;
}
//# sourceMappingURL=navigator-top.component.d.ts.map