UNPKG

mss-engine-forms

Version:

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

11 lines (10 loc) 525 B
import { FormGroup, FormGroupDirective } from "@angular/forms"; import * as i0 from "@angular/core"; export declare class DynamicCheckboxsComponent { private formgroupDirective; field: any; formName: FormGroup; constructor(formgroupDirective: FormGroupDirective); static ɵfac: i0.ɵɵFactoryDeclaration<DynamicCheckboxsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DynamicCheckboxsComponent, "app-dynamic-checkboxs", never, { "field": "field"; }, {}, never, never, false>; }