UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

10 lines 545 B
import { AbstractConnectivityNodeFactory } from '../abstract-connectivity-node.factory'; import { LoriotTabFactory } from './loriot-tab.factory'; import * as i0 from "@angular/core"; export declare class LoriotNodeFactory extends AbstractConnectivityNodeFactory { protected tabFactory: LoriotTabFactory; constructor(tabFactory: LoriotTabFactory); static ɵfac: i0.ɵɵFactoryDeclaration<LoriotNodeFactory, never>; static ɵprov: i0.ɵɵInjectableDeclaration<LoriotNodeFactory>; } //# sourceMappingURL=loriot-node.factory.d.ts.map