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

8 lines (7 loc) 260 B
import { TemplateRef } from '@angular/core'; import { FormProperty } from '../model/form-property'; export declare abstract class FormElementTemplateRef extends TemplateRef<any> { } export declare class FormElementComponent { formProperty: FormProperty; }