UNPKG

@ngx-formly/ionic

Version:

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

10 lines (9 loc) 617 B
import { ElementRef, Renderer2 } from '@angular/core'; import { FormlyAttributes, FormlyFieldConfig } from '@ngx-formly/core'; import * as i0 from "@angular/core"; export declare class IonFormlyAttributes extends FormlyAttributes { field: FormlyFieldConfig; constructor(renderer: Renderer2, elementRef: ElementRef, _document: any); static ɵfac: i0.ɵɵFactoryDeclaration<IonFormlyAttributes, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<IonFormlyAttributes, "[ionFormlyAttributes]", never, { "field": { "alias": "ionFormlyAttributes"; "required": false; }; }, {}, never, never, false, never>; }