UNPKG

angular2-json-schema-form

Version:
18 lines (17 loc) 517 B
import { OnInit } from '@angular/core'; import { JsonSchemaFormService } from '../library/json-schema-form.service'; export declare class SubmitComponent implements OnInit { private jsf; private formControl; private controlName; private controlValue; private controlDisabled; private boundControl; private options; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(jsf: JsonSchemaFormService); ngOnInit(): void; private updateValue(event); }