UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

20 lines 1.21 kB
import * as i0 from "@angular/core"; import * as i1 from "@angular/router"; import * as i2 from "ngx-bootstrap/collapse"; import * as i3 from "../common/common.module"; import * as i4 from "../modal/modal.module"; import * as i5 from "./navigator-outlet.component"; import * as i6 from "./navigator-node.component"; import * as i7 from "./navigator-icon.component"; /** * The angular module definition for the navigator. * @exports NavigatorOutletComponent * @exports NavigatorNodeComponent */ export declare class NavigatorModule { static providers(): (import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider)[]; static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NavigatorModule, never, [typeof i1.RouterModule, typeof i2.CollapseModule, typeof i3.CommonModule, typeof i4.ModalModule, typeof i5.NavigatorOutletComponent, typeof i6.NavigatorNodeComponent, typeof i7.NavigatorIconComponent], [typeof i5.NavigatorOutletComponent, typeof i6.NavigatorNodeComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<NavigatorModule>; } //# sourceMappingURL=navigator.module.d.ts.map