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
/
tokens.js
8 lines
(7 loc)
•
293 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** *
@fileoverview
added by tsickle *
@suppress
{
checkTypes
} checked by tsc */
import
{
InjectionToken
}
from
"@angular/core"
;
import
{
ErrorMessage
}
from
"./message.models"
;
export
var
/**
@type
{
?
} */
CUSTOM_ERROR_MESSAGES
=
new
InjectionToken
(
'form-validation custom error messages'
);