angular2-json-schema-form-ionic
Version:
Ionic framework library for the [Angular 2 JSON Schema Form](https://github.com/dschnelldavis/angular2-json-schema-form)
18 lines (17 loc) • 526 B
TypeScript
import { OnInit } from '@angular/core';
import { JsonSchemaFormService } from 'angular2-json-schema-form';
export declare class IonicTabsComponent 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;
}