fe-validate
Version:
angular 2+ form validate
22 lines (21 loc) • 534 B
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
/**
* Interface for creating validation messages
* @record
*/
export function ErrorMessage() { }
function ErrorMessage_tsickle_Closure_declarations() {
/**
* The error key to look for on the FormControl.errors object
* @type {?}
*/
ErrorMessage.prototype.error;
/**
* The format string function to create the validation format to be displayed.
* @type {?|undefined}
*/
ErrorMessage.prototype.format;
}