UNPKG

angular2-json-schema-form

Version:
19 lines (18 loc) 549 B
import { OnInit } from '@angular/core'; import { JsonSchemaFormService } from '../../library/json-schema-form.service'; export declare class MaterialTabsComponent implements OnInit { private jsf; private options; private itemCount; private selectedItem; private showAddTab; formID: number; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(jsf: JsonSchemaFormService); ngOnInit(): void; private select(index); private updateControl(); private setTitle(item?, index?); }