error.component.d.ts 413 B

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