@tapsellorg/angular-material-library
Version:
Angular library for Tapsell
12 lines (11 loc) • 550 B
TypeScript
import { ElementRef } from '@angular/core';
import { NgControl } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class PghPersianNumbersToEnglishDirective {
private el;
private control;
constructor(el: ElementRef, control: NgControl);
onInput(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PghPersianNumbersToEnglishDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<PghPersianNumbersToEnglishDirective, "input[pghPersianNumbersToEnglish]", never, {}, {}, never, never, false, never>;
}