@firestitch/common 12.6.4 → 12.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/pipes/currency.pipe.d.ts +1 -1
- package/bundles/firestitch-common.umd.js +1 -1
- package/bundles/firestitch-common.umd.js.map +1 -1
- package/esm2015/app/pipes/currency.pipe.js +3 -3
- package/fesm2015/firestitch-common.js +1 -1
- package/fesm2015/firestitch-common.js.map +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class FsFormatCurrencyPipe implements PipeTransform {
|
|
4
4
|
locale: string;
|
|
5
5
|
constructor(locale: string);
|
|
6
|
-
transform(amount: any, precision?: number, currencyCode?:
|
|
6
|
+
transform(amount: any, precision?: [number, number] | number, currencyCode?: string): string;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<FsFormatCurrencyPipe, never>;
|
|
8
8
|
static ɵpipe: i0.ɵɵPipeDeclaration<FsFormatCurrencyPipe, "fsFormatCurrency">;
|
|
9
9
|
}
|
|
@@ -1603,7 +1603,7 @@
|
|
|
1603
1603
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FsFormatCurrencyPipe, decorators: [{
|
|
1604
1604
|
type: i0.Pipe,
|
|
1605
1605
|
args: [{
|
|
1606
|
-
name: 'fsFormatCurrency'
|
|
1606
|
+
name: 'fsFormatCurrency',
|
|
1607
1607
|
}]
|
|
1608
1608
|
}], ctorParameters: function () {
|
|
1609
1609
|
return [{ type: undefined, decorators: [{
|