@fulleffect/ngx-tailings
Version:
A extended angular library for for native and cosmetic tailwindcss. Depends on [daisyui](https://daisyui.com) to come alive.
16 lines (15 loc) • 778 B
TypeScript
import { ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core';
import { FormControl, NgControl } from "@angular/forms";
import * as i0 from "@angular/core";
export declare class FeInputErrorDirective implements OnInit, OnDestroy {
private el;
private renderer;
private control;
inputControl: FormControl | undefined;
private validityChangeSubscription;
constructor(el: ElementRef, renderer: Renderer2, control: NgControl);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FeInputErrorDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FeInputErrorDirective, "[feInputError]", never, { "inputControl": { "alias": "inputControl"; "required": false; }; }, {}, never, never, true, never>;
}