UNPKG

@tapsellorg/angular-material-library

Version:

Angular library for Tapsell

11 lines (10 loc) 573 B
import { PipeTransform } from '@angular/core'; import { PghNumberToWordsService } from '../number-to-words/number-to-words.service'; import * as i0 from "@angular/core"; export declare class PghMoneyToWordsPipe implements PipeTransform { protected pghNumberToWordsService: PghNumberToWordsService; constructor(pghNumberToWordsService: PghNumberToWordsService); transform(number: number): string; static ɵfac: i0.ɵɵFactoryDeclaration<PghMoneyToWordsPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<PghMoneyToWordsPipe, "pghMoneyToWords", false>; }