UNPKG

@tapsellorg/angular-material-library

Version:

Angular library for Tapsell

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