UNPKG

@universal-material/angular

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0.

13 lines (12 loc) 801 B
import { ElementRef } from '@angular/core'; import { NgControl } from '@angular/forms'; import { TextInputBase } from '../shared/text-input-base'; import { FormFieldComponent } from '../form-field/form-field.component'; import * as i0 from "@angular/core"; export declare class TextInputDirective extends TextInputBase { readonly ngControl: NgControl; setInputClass: boolean; constructor(ngControl: NgControl, formField: FormFieldComponent, elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration<TextInputDirective, [{ optional: true; self: true; }, { optional: true; }, null]>; static ɵdir: i0.ɵɵDirectiveDeclaration<TextInputDirective, "[uTextInput]", never, { "setInputClass": { "alias": "setInputClass"; "required": false; }; }, {}, never, never, false, never>; }