UNPKG

ngx-formcontrol-errors-msgs

Version:

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

4 lines (3 loc) 222 B
import { InjectionToken } from '@angular/core'; import { ErrorMessageComponentFactory } from './error-msg-component-factory'; export declare const ERROR_MSG_COMPONENT_FACTORY: InjectionToken<ErrorMessageComponentFactory>;