import { OnInit, OnDestroy } from '@angular/core'; import { FormGroupDirective } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class FormValidationComponent implements OnInit, OnDestroy { private controlContainer; messages: any; errors: any[]; private formChange$; constructor(controlContainer: FormGroupDirective); ngOnInit(): void; ngOnDestroy(): void; private updateErrors; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=form-validation.component.d.ts.map