UNPKG

angular2-json-schema-form

Version:
20 lines (19 loc) 575 B
import { OnInit } from '@angular/core'; import { JsonSchemaFormService } from '../library/json-schema-form.service'; export declare class CheckboxesComponent implements OnInit { private jsf; private formControl; private controlName; private controlValue; private boundControl; private options; private layoutOrientation; private formArray; private checkboxList; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(jsf: JsonSchemaFormService); ngOnInit(): void; updateValue(event: any): void; }