@stemy/ngx-utils 19.7.27 → 19.7.29

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.
@@ -4284,7 +4284,7 @@ class StaticLanguageService {
4284
4284
  this.mergedTranslations = this.translations;
4285
4285
  }
4286
4286
  getTranslationSync(key, params = null) {
4287
- key = `${key ?? ""}`;
4287
+ key = String(key ?? "");
4288
4288
  if (!key)
4289
4289
  return "";
4290
4290
  try {