UNPKG

catng

Version:

Angular Dynamic Form Input Component

12 lines (11 loc) 207 B
export interface Ref { label: string; value: any; data?: any; childData?: Ref[]; styleClass?: string; icon?: string; title?: string; color?: string; disabled?: boolean; }