mss-engine-forms
Version:
A simple typehead library developed by MSS development team to be used for dynamic forms
14 lines (13 loc) • 593 B
TypeScript
import { OnInit } from "@angular/core";
import { FormGroupDirective } from "@angular/forms";
import * as i0 from "@angular/core";
export declare class DynamicErrorComponent implements OnInit {
private formgroupDirective;
formName: any;
field: any;
constructor(formgroupDirective: FormGroupDirective);
ngOnInit(): void;
get f(): any;
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicErrorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicErrorComponent, "app-dynamic-error", never, { "field": "field"; }, {}, never, never, false>;
}