@ngx-formly/core
Version:
Formly is a dynamic (JSON powered) form library for Angular that bring unmatched maintainability to your application's forms.
12 lines (11 loc) • 434 B
TypeScript
import { FormlyExtension, FormlyFieldConfigCache } from '../../models';
export declare class FieldFormExtension implements FormlyExtension {
private root;
prePopulate(field: FormlyFieldConfigCache): void;
onPopulate(field: FormlyFieldConfigCache): void;
postPopulate(field: FormlyFieldConfigCache): void;
private addFormControl;
private setValidators;
private hasValidators;
private mergeValidators;
}