UNPKG

@rangertechnologies/ngnxt

Version:

This library was used for creating dymanic UI based on the input JSON/data

21 lines (20 loc) 937 B
import * as i0 from "@angular/core"; export declare class StorageService { private queryValueMap; private apiResponseData; private conditionQuestionValue; constructor(); queryValueStore(questionId: string, key: string, value: any): void; getQueryValue(questionId: string): any; clearQueryValue(questionId: string): void; clearAllQueryValues(): void; apiResponseStore(questionId: string, value: any): void; getApiResponseValue(questionId: string): any; clearApiResponseValue(questionId: string): void; clearAllApiResponseValues(): void; setConditionQuestionValue(quesId: any, condQId: any, status: boolean): void; getConditionQuestionValue(quesId: any, condQId: any): any; setConditionQuestionData(quesId: any, condQId: any, data: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<StorageService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<StorageService>; }