jsverse / transloco

🚀 😍 The internationalization (i18n) library for Angular

Home Page:https://jsverse.github.io/transloco/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature(testing): Testing feature libraries in a nx monorepo

mackelito opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Which Transloco package(s) will this feature affect?

Transloco, Scoped Libs

Is your feature request related to a problem? Please describe

When writing unit tests there is always console.warn about missing translations but they are not missing.

Describe the solution you'd like

Documentations on a dynamic DRY approach on how to test standalone components that reside in a structure outside the app.
example:
apps

  • app1
  • app2
    libs
  • feature1
  • feature2

i18n translations are in the features folder

Describe alternatives you've considered

N/A

Additional context

No response

I would like to make a pull request for this feature

No

Scoped tranlations are supposed to be added as langs within the TranslocoTesting Module. Could you share your test setup?