@neocomplexx/ngx-neo-directives-mat
Version:
10 lines (9 loc) • 323 B
TypeScript
import { ElementRef } from '@angular/core';
import { ICommand } from './ngx-command/command.directive';
export declare class NeoChangeCommandDirective {
private element;
changeCommand: ICommand;
private _lastValue;
constructor(element: ElementRef);
onInputChange(event: KeyboardEvent): void;
}