UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

14 lines 720 B
import { ExtensionFactory } from '../../common'; import { DrawerItem } from '../../drawer'; import { Observable } from 'rxjs'; import { NavigatorBottomService } from './navigator-bottom.service'; import * as i0 from "@angular/core"; export declare class NavigatorBottomDrawerFactory implements ExtensionFactory<DrawerItem> { private bottomService; protected drawerItem: DrawerItem; constructor(bottomService: NavigatorBottomService); get(): Observable<DrawerItem[] | DrawerItem>; static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorBottomDrawerFactory, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NavigatorBottomDrawerFactory>; } //# sourceMappingURL=navigator-bottom-drawer.factory.d.ts.map