monkey-front-core 0.0.108 → 0.0.109
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/esm2020/lib/core/services/commons/monkeyecx-commons.service.mjs +4 -1
- package/fesm2015/monkey-front-core.mjs +3 -0
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +3 -0
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.109.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.108.tgz +0 -0
|
@@ -2011,6 +2011,9 @@ class MonkeyEcxCommonsService {
|
|
|
2011
2011
|
translateService.getStreamOnTranslationChange(keys),
|
|
2012
2012
|
]).subscribe(() => {
|
|
2013
2013
|
this.__i18n = translateService.instant(keys);
|
|
2014
|
+
console.log('========');
|
|
2015
|
+
console.log(this.__i18n);
|
|
2016
|
+
console.log('========');
|
|
2014
2017
|
this.__oni18nDataChanged$.next(null);
|
|
2015
2018
|
});
|
|
2016
2019
|
}
|