@acorex/core 16.20.2 → 16.20.3
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/fesm2022/acorex-core.mjs +5 -4
- package/fesm2022/acorex-core.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -353,7 +353,7 @@ declare class AXTranslatorService {
|
|
|
353
353
|
|
|
354
354
|
declare class AXTranslatorPipe implements PipeTransform {
|
|
355
355
|
constructor();
|
|
356
|
-
transform(value: string, lang?: string): string;
|
|
356
|
+
transform(value: string, lang?: string, params?: Record<string, any>): string;
|
|
357
357
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXTranslatorPipe, never>;
|
|
358
358
|
static ɵpipe: i0.ɵɵPipeDeclaration<AXTranslatorPipe, "trans", false>;
|
|
359
359
|
}
|