@tapsellorg/angular-material-library
Version:
Angular library for Tapsell
11 lines (10 loc) • 443 B
TypeScript
import * as i0 from "@angular/core";
export declare class PghNumberToWordsService {
constructor();
convertNumberToWords: (value: number) => string;
prepareNumber: (num: any) => any;
integerToWords: (num: any) => string;
convertDecimalPart: (decimalPart: any) => string;
static ɵfac: i0.ɵɵFactoryDeclaration<PghNumberToWordsService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<PghNumberToWordsService>;
}