angular-qlik-api
Version:
AngulerQlikApi is the angular wrapper for Qlik Engine API. It facilitates the usage and handles the synchronization.
11 lines (10 loc) • 333 B
TypeScript
import { OnDestroy, OnInit } from '@angular/core';
import { HyperCube } from '../../class/hyper-cube.class';
export declare class HyperCubeLoggerComponent implements OnInit, OnDestroy {
myHyperCube: HyperCube;
tableClass: string;
result: any;
constructor();
ngOnInit(): void;
ngOnDestroy(): void;
}