import { OnInit } from '@angular/core'; import { UntypedFormControl, NgForm, FormArray } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class ErrorComponent implements OnInit { formControl: UntypedFormControl; formArray: FormArray; ngForm: NgForm; errDef: any; class: string; constructor(); ngOnInit(): void; isError(): boolean; errorMessages: any[]; errorMessage: string; buildErrors(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=error.component.d.ts.map