UNPKG

@cfstratos/ajsf-material

Version:

Angular JSON Schema Form builder using Angular Material UI

18 lines (17 loc) 524 B
import { OnInit } from '@angular/core'; import { JsonSchemaFormService } from '@cfstratos/ajsf-core'; export declare class MaterialTabsComponent implements OnInit { private jsf; options: any; itemCount: number; selectedItem: number; showAddTab: boolean; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(jsf: JsonSchemaFormService); ngOnInit(): void; select(index: any): void; updateControl(): void; setTabTitle(item: any, index: number): string; }