UNPKG

@synerty/orb-vortexjs

Version:

Custom observable data serialisation and routing based on Angular2

10 lines (9 loc) 352 B
import { ComponentLifecycleEventEmitter } from "./ComponentLifecycleEventEmitter"; import { VortexService } from "./VortexService"; export declare class Ang2TupleLoaderTest extends ComponentLifecycleEventEmitter { private vortexService; tuples: any[]; id: number | null; private loader; constructor(vortexService: VortexService); }