ngx-custom-form-error
Version:
This library makes showing errors in angular forms easier.
9 lines (8 loc) • 398 B
TypeScript
import { ElementRef } from "@angular/core";
import * as i0 from "@angular/core";
export declare class CustomFormControlLabelDirective {
el: ElementRef;
constructor(el: ElementRef);
static ɵfac: i0.ɵɵFactoryDeclaration<CustomFormControlLabelDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomFormControlLabelDirective, "[cLabel]", never, {}, {}, never>;
}