@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
14 lines • 637 B
TypeScript
import { DynamicComponentDefinition } from '@c8y/ngx-components';
import { DashboardBridgeService } from './dashboard-bridge.service';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class Ng1ComponentFactoryService {
private bridge;
private components$;
constructor(bridge: DashboardBridgeService);
get(): Observable<DynamicComponentDefinition[]>;
private getComponents;
static ɵfac: i0.ɵɵFactoryDeclaration<Ng1ComponentFactoryService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<Ng1ComponentFactoryService>;
}
//# sourceMappingURL=component.factory.d.ts.map