UNPKG

herman1vdb-angular2-json-schema-form-ionic

Version:

Ionic framework library for the [Angular 2 JSON Schema Form](https://github.com/dschnelldavis/angular2-json-schema-form)

20 lines (19 loc) 623 B
import { OnInit } from '@angular/core'; import { AbstractControl } from '@angular/forms'; import { JsonSchemaFormService } from 'angular2-json-schema-form'; export declare class IonicInputComponent implements OnInit { private jsf; formControl: AbstractControl; controlName: string; controlValue: string; controlDisabled: boolean; boundControl: boolean; options: any; autoCompleteList: string[]; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(jsf: JsonSchemaFormService); ngOnInit(): void; updateValue(event: any): void; }