UNPKG

angular-qlik-api

Version:

AngulerQlikApi is the angular wrapper for Qlik Engine API. It facilitates the usage and handles the synchronization.

9 lines (8 loc) 317 B
import { OnDestroy, OnInit } from '@angular/core'; import { GenericDimension } from '../../class/generic-dimension.class'; export declare class GenericDimensionComponent implements OnInit, OnDestroy { genericDimension: GenericDimension; constructor(); ngOnInit(): void; ngOnDestroy(): void; }