UNPKG

angular-dynamic-forms-lite

Version:
8 lines (7 loc) 297 B
import { FormFieldArrayComponent } from "./form-field-array-component"; import { FormRootDirective } from "../../form/form-root.directive"; export declare class ArrayComponent implements FormFieldArrayComponent { name: string; formRoot: FormRootDirective; constructor(name: string); }