UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

14 lines 538 B
import { NavigatorNode } from '@c8y/ngx-components'; import { Observable } from 'rxjs'; export declare function c8yNavigatorProvider(): { $get: ($q: any, $injector: any) => { rootNodes(): NavigatorNode[]; findNode: (node: any) => any; addNavigation: (nodes: any) => void; removeNavigation: (node: any) => void; rootNodes$: Observable<NavigatorNode[]>; }; addNavigation: (nodes: any) => void; removeNavigation: (node: any) => void; }; //# sourceMappingURL=navigator.provider.d.ts.map