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) 307 B
import { OnDestroy, OnInit } from '@angular/core'; import { GenericMeasure } from '../../class/generic-measure.class'; export declare class GenericMeasureComponent implements OnInit, OnDestroy { genericMeasure: GenericMeasure; constructor(); ngOnInit(): void; ngOnDestroy(): void; }