@taiga-ui/addon-commerce
Version:
Extension package for Taiga UI related to commerce, payment systems, currencies etc.
12 lines (11 loc) • 560 B
TypeScript
import { type PipeTransform } from '@angular/core';
import { type TuiCurrencyVariants } from '@taiga-ui/addon-commerce/types';
import { type Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class TuiDecimalPipe implements PipeTransform {
private readonly format;
private readonly amountPipe;
transform(value: number, currency?: TuiCurrencyVariants): Observable<string>;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDecimalPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<TuiDecimalPipe, "tuiDecimal", true>;
}