@neocomplexx/ngx-neo-directives
Version:
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.0.5.
10 lines (9 loc) • 314 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;
}