UNPKG

@covalent/dynamic-forms

Version:

Teradata UI Platform Dynamic Forms Module

20 lines (19 loc) 677 B
import { TemplateRef } from '@angular/core'; import { UntypedFormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class TdDynamicInputComponent { control: UntypedFormControl; label: string; hint: string; type: string; required: boolean; name: string; min?: number; max?: number; minLength?: number; maxLength?: number; errorMessageTemplate: TemplateRef<any>; placeholder: string; static ɵfac: i0.ɵɵFactoryDeclaration<TdDynamicInputComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TdDynamicInputComponent, "td-dynamic-input", never, {}, {}, never, never, true, never>; }