UNPKG

angular2-json-schema-form

Version:
18 lines (17 loc) 529 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; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(jsf: JsonSchemaFormService); ngOnInit(): void; private select(index); private updateControl(); private setTitle(item?, index?); }