UNPKG

ngx-formcontrol-errors-msgs

Version:

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

6 lines (5 loc) 263 B
import { ComponentRef, ViewContainerRef } from '@angular/core'; import { ErrorMsgComponent } from './error-msg-component'; export interface ErrorMessageComponentFactory { createComponent(viewContainerRef: ViewContainerRef): ComponentRef<ErrorMsgComponent>; }