UNPKG

nz-json-schema-form

Version:

Schema form for JSON schema

16 lines (15 loc) 644 B
import { OnInit } from '@angular/core'; import { BaseField } from '../../fields/base-field'; import { SchemaFormControl } from '../../forms/forms'; import * as i0 from "@angular/core"; export declare class SchemaFormSelectComponent extends BaseField implements OnInit { options: Array<{ label: string; value: any; }>; schemaForm: SchemaFormControl; setOption(): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<SchemaFormSelectComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SchemaFormSelectComponent, "nz-schema-form-select", never, {}, {}, never, never, true, never>; }