1234567 |
- import { ValidationErrors } from '@angular/forms';
- import * as i0 from "@angular/core";
- export declare class FormErrorComponent {
- errors: ValidationErrors;
- static ɵfac: i0.ɵɵFactoryDeclaration<FormErrorComponent, never>;
- static ɵcmp: i0.ɵɵComponentDeclaration<FormErrorComponent, "ct-form-error", never, { "errors": { "alias": "errors"; "required": true; }; }, {}, never, never, true, never>;
- }
|