UNPKG

@rangertechnologies/ngnxt

Version:

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

12 lines (11 loc) 646 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FormComponent { bookletJSON: any; bookletId: any; formButtonHandler: EventEmitter<string>; selectedElementType: string; formButtonHandlerClick(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<FormComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FormComponent, "app-form-builder", never, { "bookletJSON": { "alias": "bookletJSON"; "required": false; }; "bookletId": { "alias": "bookletId"; "required": false; }; }, { "formButtonHandler": "formButtonHandler"; }, never, never, false, never>; }