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
/
ng2-form-utils.d.ts
5 lines
(4 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
export
{
FormObjectBuilder
}
from
'./src/form-object.builder'
;
export
{
FormValidators
}
from
'./src/form.validators'
;
export
{
ValidationResult
}
from
'./src/ivalidationresult'
;
export
{ required, emailCheck, numberCheck }
from
'./src/decorators'
;