UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

10 lines 540 B
import { DocLink, ExtensionFactory, OptionsService } from '@c8y/ngx-components'; import * as i0 from "@angular/core"; export declare class ConnectSmartphoneFactory implements ExtensionFactory<DocLink> { private optionsService; constructor(optionsService: OptionsService); get(): import("rxjs").Observable<DocLink[]>; static ɵfac: i0.ɵɵFactoryDeclaration<ConnectSmartphoneFactory, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ConnectSmartphoneFactory>; } //# sourceMappingURL=connect-smartphone.factory.d.ts.map