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.
@@ -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
  }