@elite.framework/ng.core 2.0.37 → 2.0.39

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elite.framework/ng.core",
3
- "version": "2.0.37",
3
+ "version": "2.0.39",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"
@@ -964,6 +964,7 @@ declare class LocalizationService {
964
964
  private sessionState;
965
965
  private injector;
966
966
  private configState;
967
+ private in18Translate;
967
968
  private latestLang;
968
969
  private _languageChange$;
969
970
  private uiLocalizations$;