/** * Interface for creating validation messages */ export interface ErrorMessage { /** * The error key to look for on the FormControl.errors object */ error: string; /** * The format string function to create the validation format to be displayed. * @param label The text from the first