UNPKG
fe-validate
Version:
latest (0.0.5)
0.0.10
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
angular 2+ form validate
fe-validate
/
index.js
8 lines
(7 loc)
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** *
@fileoverview
added by tsickle *
@suppress
{
checkTypes
} checked by tsc */
export
{
CUSTOM_ERROR_MESSAGES
}
from
"./tokens"
;
export
{
ErrorMessage
}
from
"./message.models"
;
export
{
FormValidationModule
}
from
"./validation.module"
;