@rangertechnologies/ngnxt
Version:
This library was used for creating dymanic UI based on the input JSON/data
14 lines (13 loc) • 501 B
TypeScript
import { Question } from '../wrapper';
import { BookletWrapper } from '../model/bookletWrapper';
import * as i0 from "@angular/core";
export declare class StorageService {
nxtBookletAnswer: BookletWrapper;
selectedData: any;
constructor();
save(qbJson: BookletWrapper): void;
update(questionWithInput: Question): void;
get(): BookletWrapper;
static ɵfac: i0.ɵɵFactoryDeclaration<StorageService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<StorageService>;
}