UNPKG

nz-json-schema-form

Version:

Schema form for JSON schema

9 lines (8 loc) 523 B
import { SchemaFormControl } from '../../forms/forms'; import { BaseField } from '../base-field'; import * as i0 from "@angular/core"; export declare class BooleanFieldComponent extends BaseField<SchemaFormControl> { schemaForm: SchemaFormControl; static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFieldComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFieldComponent, "nz-boolean-field", never, { "schemaForm": { "alias": "schemaForm"; "required": false; }; }, {}, never, never, true, never>; }