UNPKG

ng-fveh

Version:

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

9 lines (8 loc) 258 B
import { Messages } from './interfaces'; export declare class NgFvehLibService { messagesObject: Messages; constructor(messagesObject: Messages); getMessage(errorType: string, errorPayload: { [key: string]: any; }): string; }