monkey-front-core 0.0.101 → 0.0.102
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 +1 -3
- package/fesm2015/monkey-front-core.mjs +0 -2
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +0 -2
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.102.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.101.tgz +0 -0
|
@@ -2004,8 +2004,6 @@ class MonkeyEcxCommonsService {
|
|
|
2004
2004
|
});
|
|
2005
2005
|
}
|
|
2006
2006
|
geti18n(translateService, keys) {
|
|
2007
|
-
console.log('get i18n dentro do core');
|
|
2008
|
-
console.log(translateService.translations);
|
|
2009
2007
|
translateService.getStreamOnTranslationChange(keys).subscribe((translations) => {
|
|
2010
2008
|
this.__i18n = translations;
|
|
2011
2009
|
this.__oni18nDataChanged$.next(null);
|