UNPKG

typed-reactive-form

Version:

Allows creation of a ReactiveForm based on a class with its properties properly decorated.

7 lines (6 loc) 163 B
import { ValidatorFn } from '@angular/forms'; export interface FormMemberOptions { defaultValue: any; context?: string[]; validators: ValidatorFn[]; }