monkey-front-core 0.0.491 → 0.0.492

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.
@@ -4,7 +4,8 @@ import * as i0 from "@angular/core";
4
4
  export declare class MonkeyEcxFormatCurrencyPipe implements PipeTransform {
5
5
  private currencyPipe;
6
6
  private defaultCurencyCode;
7
- constructor(currencyPipe: CurrencyPipe, defaultCurencyCode: InjectionToken<string>);
7
+ private localeId;
8
+ constructor(currencyPipe: CurrencyPipe, defaultCurencyCode: InjectionToken<string>, localeId: InjectionToken<string>);
8
9
  transform(value: any, symbol?: string): string | null;
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatCurrencyPipe, never>;
10
11
  static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatCurrencyPipe, "monkeyecxFormatCurrency">;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.491",
3
+ "version": "0.0.492",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
Binary file