UNPKG

angular2-json-schema-form

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