cmyd-form-error
Version:
This version supports Angular `14.1.0` This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.14.
12 lines (11 loc) • 618 B
TypeScript
import { ComponentFactoryResolver, ViewContainerRef } from '@angular/core';
import { NgControl } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class CmydFormErrorDirective {
private control;
private viewContainerRef;
private componentFactoryResolver;
constructor(control: NgControl, viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver);
static ɵfac: i0.ɵɵFactoryDeclaration<CmydFormErrorDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CmydFormErrorDirective, "[cmydFormError]", never, {}, {}, never>;
}