UNPKG

angular2-json-schema-form

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