@koalarx/ui
Version:
Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.
7 lines (6 loc) • 343 B
TypeScript
import { ErrorStateMatcher } from '@angular/material/core';
import { UntypedFormControl, FormGroupDirective, NgForm } from '@angular/forms';
export declare class ShowInvalidFields implements ErrorStateMatcher {
constructor();
isErrorState(control: UntypedFormControl | null, form: FormGroupDirective | NgForm | null): boolean;
}