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

11 lines (10 loc) 357 B
import { ElementRef, OnInit } from '@angular/core'; import { TemplateSchemaElement } from '../../template-schema-element'; export declare class ItemComponent extends TemplateSchemaElement implements OnInit { private elementRef; value: any; label: string; description: string; constructor(elementRef: ElementRef); ngOnInit(): void; }