UNPKG

angular2-ads-form

Version:

Reactive form validation and message features library for Angular 2+.

8 lines (7 loc) 190 B
import { AbstractControl } from '@angular/forms'; export interface FormElement { nome: string; label: string; eleController: AbstractControl; errors: Array<string>; }