@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
22 lines (18 loc) • 940 B
TypeScript
import * as i0 from '@angular/core';
import * as rxjs from 'rxjs';
import { ExtensionFactory, DocLink, OptionsService } from '@c8y/ngx-components';
declare const SHOW_CONNECT_SMARTPHONE = "showConnectSmartphone";
declare class SensorPhoneModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SensorPhoneModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SensorPhoneModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<SensorPhoneModule>;
}
declare class ConnectSmartphoneFactory implements ExtensionFactory<DocLink> {
private optionsService;
constructor(optionsService: OptionsService);
get(): rxjs.Observable<DocLink[]>;
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectSmartphoneFactory, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ConnectSmartphoneFactory>;
}
export { ConnectSmartphoneFactory, SHOW_CONNECT_SMARTPHONE, SensorPhoneModule };
//# sourceMappingURL=index.d.ts.map