angular2-json-schema-form
Version:
Angular JSON Schema Form builder
12 lines (11 loc) • 340 B
TypeScript
import { OnInit } from '@angular/core';
import { JsonSchemaFormService } from '../json-schema-form.service';
export declare class TabComponent implements OnInit {
private jsf;
options: any;
layoutNode: any;
layoutIndex: number[];
dataIndex: number[];
constructor(jsf: JsonSchemaFormService);
ngOnInit(): void;
}