UNPKG
ng2-form-utils
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Deliver utility function for Angular2 Forms
github.com/haiko/ng2-form-utils
haiko/ng2-form-utils
ng2-form-utils
/
dist
/
src
/
ivalidationresult.d.ts
7 lines
(6 loc)
•
106 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Created by haiko on 13-6-16. */
export
interface
ValidationResult
{ [key:
string
]:
boolean
; }