UNPKG

angular2-json-schema-form

Version:
21 lines (20 loc) 621 B
import { OnInit } from '@angular/core'; import { AbstractControl } from '@angular/forms'; import { JsonSchemaFormService } from '../json-schema-form.service'; export declare class RadiosComponent implements OnInit { private jsf; formControl: AbstractControl; controlName: string; controlValue: any; controlDisabled: boolean; boundControl: boolean; options: any; layoutOrientation: string; radiosList: any[]; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(jsf: JsonSchemaFormService); ngOnInit(): void; updateValue(event: any): void; }