@rangertechnologies/ngnxt
Version:
This library was used for creating dymanic UI based on the input JSON/data
10 lines (9 loc) • 377 B
TypeScript
import { PipeTransform } from "@angular/core";
import * as i0 from "@angular/core";
export declare class AmountInWordsPipe implements PipeTransform {
a: string[];
b: string[];
transform(value: string): any;
static ɵfac: i0.ɵɵFactoryDeclaration<AmountInWordsPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<AmountInWordsPipe, "amountInWords", true>;
}