@fulleffect/ngx-tailings
Version:
A extended angular library for for native and cosmetic tailwindcss. Depends on [daisyui](https://daisyui.com) to come alive.
9 lines (8 loc) • 543 B
TypeScript
import { AbstractControl } from "@angular/forms";
import * as i0 from "@angular/core";
export declare class InputErrorDisplayComponent {
control: AbstractControl | null;
controlName: string;
static ɵfac: i0.ɵɵFactoryDeclaration<InputErrorDisplayComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<InputErrorDisplayComponent, "fe-input-error-display", never, { "control": { "alias": "control"; "required": false; }; "controlName": { "alias": "controlName"; "required": false; }; }, {}, never, never, true, never>;
}