UNPKG

catng

Version:

Angular Dynamic Form Input Component

20 lines (19 loc) 486 B
import { OptionItemModel } from "../option-item.model"; export interface InputControlOptionsModel { type: string; dataType?: string; key?: string; label?: string; value?: any; required?: boolean; readonly?: boolean; maxLength?: number; mimlength?: number; showClear?: boolean; disabled?: boolean; options?: OptionItemModel[]; optionlabel?: string; optionvalue?: string; isShow?: boolean; validators?: OptionItemModel[]; }