UNPKG

@covalent/dynamic-forms

Version:

Teradata UI Platform Dynamic Forms Module

17 lines (16 loc) 627 B
import { TemplateRef } from '@angular/core'; import { UntypedFormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class TdDynamicSelectComponent { control: UntypedFormControl; label: string; hint: string; name: string; required: boolean; selections?: any[]; multiple?: boolean; errorMessageTemplate: TemplateRef<any>; placeholder: string; static ɵfac: i0.ɵɵFactoryDeclaration<TdDynamicSelectComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TdDynamicSelectComponent, "td-dynamic-select", never, {}, {}, never, never, true, never>; }