UNPKG

angular2-json-schema-form

Version:
14 lines (13 loc) 399 B
import { OnInit } from '@angular/core'; import { JsonSchemaFormService } from '../library/json-schema-form.service'; export declare class SectionComponent implements OnInit { private jsf; private options; private expanded; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(jsf: JsonSchemaFormService); ngOnInit(): void; private expand(); }