UNPKG

ngx-schema-forms

Version:

New features: - Ajv schema validator. - Angular forms compatible: Property tree is created using FormGroup, FormArray and FormControl classes. - Array now properly loads initial data from model. - WidgetTyep: WidgetRegistry now supports WidgetType, now wo

6 lines (5 loc) 218 B
import { ArrayPropertyWidget, Widget } from './widget'; export declare abstract class ArrayWidget<T extends Widget = Widget> extends ArrayPropertyWidget<T> { addItem(): void; removeItem(index: number): void; }