@covalent/core
Version:
Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.
13 lines (12 loc) • 509 B
TypeScript
import { NgModel } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class TdAutoTrimDirective {
private _model;
constructor(_model: NgModel);
/**
* Listens to host's (blur) event and trims value.
*/
onBlur(event: Event): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TdAutoTrimDirective, [{ optional: true; host: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TdAutoTrimDirective, "[tdAutoTrim]", never, {}, {}, never, never, false, never>;
}