UNPKG

ngx-mat-errors

Version:

NgxMatErrors provides an easy, yet flexible solution for displaying error messages in a MatFormField.

4 lines (3 loc) 210 B
import { AbstractControl } from '@angular/forms'; import type { NgxMatErrorControls } from '../types'; export declare function getAbstractControls(controls: NgxMatErrorControls): AbstractControl[] | undefined;