UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

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