UNPKG

@tapsellorg/angular-material-library

Version:

Angular library for Tapsell

4 lines (3 loc) 174 B
import { InjectionToken } from '@angular/core'; import { PghErrorMessages } from './models'; export declare const PGH_FIELD_ERROR_MESSAGES: InjectionToken<PghErrorMessages>;