UNPKG

@ngx-formly/bootstrap

Version:

Formly is a dynamic (JSON powered) form library for Angular that bring unmatched maintainability to your application's forms.

12 lines (11 loc) 630 B
import { FieldWrapper, FormlyFieldConfig, FormlyFieldProps as CoreFormlyFieldProps } from '@ngx-formly/core'; import * as i0 from "@angular/core"; export interface FormlyFieldProps extends CoreFormlyFieldProps { hideLabel?: boolean; hideRequiredMarker?: boolean; labelPosition?: 'floating'; } export declare class FormlyWrapperFormField extends FieldWrapper<FormlyFieldConfig<FormlyFieldProps>> { static ɵfac: i0.ɵɵFactoryDeclaration<FormlyWrapperFormField, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FormlyWrapperFormField, "formly-wrapper-form-field", never, {}, {}, never, never, false, never>; }