@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
15 lines • 766 B
TypeScript
import { ElementRef, OnInit, OnDestroy } from '@angular/core';
import { DashboardBridgeService } from './dashboard-bridge.service';
import * as i0 from "@angular/core";
export declare class LegacyDeviceSelectorComponent implements OnInit, OnDestroy {
private dashboardBridgeService;
private el;
ng1Scope: any;
config: any;
constructor(dashboardBridgeService: DashboardBridgeService, el: ElementRef);
ngOnInit(): Promise<void>;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<LegacyDeviceSelectorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LegacyDeviceSelectorComponent, "c8y-device-selector-legacy", never, {}, {}, never, never, true, never>;
}
//# sourceMappingURL=device-selector.component.d.ts.map