UNPKG

mss-engine-forms

Version:

A simple typehead library developed by MSS development team to be used for dynamic forms

17 lines (16 loc) 689 B
import { OnChanges } from "@angular/core"; import { FormGroup, FormGroupDirective } from "@angular/forms"; import * as i0 from "@angular/core"; export declare class DynamicTextareaComponent implements OnChanges { private formgroupDirective; field: any; formName: FormGroup; tempType: string; constructor(formgroupDirective: FormGroupDirective); ngOnChanges(): void; getFieldClassname(): { [x: number]: any; }; static ɵfac: i0.ɵɵFactoryDeclaration<DynamicTextareaComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DynamicTextareaComponent, "app-dynamic-textarea", never, { "field": "field"; }, {}, never, never, false, never>; }