mss-engine-forms
Version:
A simple typehead library developed by MSS development team to be used for dynamic forms
17 lines (16 loc) • 686 B
TypeScript
import { OnChanges } from "@angular/core";
import { FormGroup, FormGroupDirective } from "@angular/forms";
import * as i0 from "@angular/core";
export declare class DynamicInputComponent implements OnChanges {
private formgroupDirective;
field: any;
formName: FormGroup;
tempType: string;
constructor(formgroupDirective: FormGroupDirective);
ngOnChanges(): void;
getFieldClassname(): {
[x: number]: any;
};
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicInputComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicInputComponent, "app-dynamic-input", never, { "field": "field"; }, {}, never, never, false>;
}