UNPKG

ng2-form-utils

Version:

Deliver utility function for Angular2 Forms

7 lines (6 loc) 106 B
/** * Created by haiko on 13-6-16. */ export interface ValidationResult { [key: string]: boolean; }