UNPKG

@ngx-formly/core

Version:

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

14 lines (13 loc) 500 B
import { FormlyFieldConfigCache } from '../../models'; import { FormlyExtension } from '../../models'; export declare class FieldExpressionExtension implements FormlyExtension { onPopulate(field: FormlyFieldConfigCache): void; postPopulate(field: FormlyFieldConfigCache): void; private parseExpressions; private checkExpressions; private changeDisabledState; private changeHideState; private evalExpr; private emitExpressionChanges; private _evalExpressionPath; }