UNPKG

ng-fveh

Version:

NG-FVEH - Some helpers to help you with form validation :)

4 lines (3 loc) 169 B
import { InjectionToken } from '@angular/core'; import { Messages } from './interfaces'; export declare const ERROR_MESSAGES_CONFIGURATION: InjectionToken<Messages>;