@rangertechnologies/ngnxt
Version:
This library was used for creating dymanic UI based on the input JSON/data
19 lines (18 loc) • 626 B
TypeScript
import { DataService } from '../data/data.service';
import * as i0 from "@angular/core";
export declare class TemplateService {
private dataService;
templates: any[];
unique_id: any;
book: any;
formElements: any[];
constructor(dataService: DataService);
getTemplates(): any[];
initializeElementFromTemplate(templateElement: any, index: number): any;
private initializeOptions;
private initializeFieldsMeta;
download(): any;
private newBook;
static ɵfac: i0.ɵɵFactoryDeclaration<TemplateService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<TemplateService>;
}