ngx-currency-mask
Version:
A very simple currency mask directive that allows using a number attribute with the ngModel.
12 lines (11 loc) • 421 B
TypeScript
export declare class InputManager {
private htmlInputElement;
private _storedRawValue;
constructor(htmlInputElement: any);
setCursorAt(position: number): void;
updateValueAndCursor(newRawValue: string, oldLength: number, selectionStart: number): void;
readonly canInputMoreNumbers: boolean;
readonly inputSelection: any;
rawValue: string;
readonly storedRawValue: string;
}