UNPKG

lc-forms

Version:

Is a library for simplified object-based creation and validation of forms in Angular/Angular Universal. The library is inspired by [angular.io dynamic forms](https://angular.io/docs/ts/latest/cookbook/dynamic-form.html) and [Filip Lauc's](https://github.c

10 lines (9 loc) 246 B
export declare class LCCustomValidators { static match(key: string): (control: any) => { 'match': { 'currentValue': any; 'requiredValue': any; 'mustMatchField': string; }; }; }