bitfront-library
Version:
Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
13 lines (12 loc) • 579 B
TypeScript
import { PipeTransform } from "@angular/core";
import * as i0 from "@angular/core";
export declare class PipeCantidadMoneda implements PipeTransform {
private DECIMAL_SEPARATOR;
private DECIMAL_SEPARATOR_INPUT;
private THOUSANDS_SEPARATOR;
constructor();
transform(value: number | string, fractionSize?: number): string;
parse(value: string, previous: string, event: any, fractionSize?: number): string;
static ɵfac: i0.ɵɵFactoryDef<PipeCantidadMoneda, never>;
static ɵpipe: i0.ɵɵPipeDefWithMeta<PipeCantidadMoneda, "pipeCantidadMoneda">;
}