UNPKG

ngx-formcontrol-errors-msgs

Version:

A directive for showing errors in Angular form controls on reactive forms

7 lines (6 loc) 260 B
import { InjectionToken } from '@angular/core'; import { KeyValueObject } from '../../types'; /** * InjectionToken to allow customization of messages by injecting new ones */ export declare const FORM_ERROR_MESSAGES_PROVIDER: InjectionToken<KeyValueObject>;