UNPKG

@lxlib/theme

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

8 lines (7 loc) 300 B
import { CurrencyPipe } from '@angular/common'; /** * @see https://ng-alain.com/theme/currency */ export declare class CNCurrencyPipe extends CurrencyPipe { transform(value: any, currencyCode?: string, display?: 'code' | 'symbol' | 'symbol-narrow' | boolean, digits?: string): string | null; }