Replies: 2 comments 3 replies
-
Could you provide an example on stackblitz and convert to issue? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Tried to create a Stackblitz but I get other problems, maybe same root cause? Error: Uncaught (in promise): Error: Module @taiga-ui/i18n/languages/english not declared as a System.registerDynamic dependency of https://angular-yy3hwd.stackblitz.io/~/src/app/app.module.ts
Error: Module @taiga-ui/i18n/languages/english not declared as a System.registerDynamic dependency of https://angular-yy3hwd.stackblitz.io/~/src/app/app.module.ts
at ...
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I cannot setup dynamic language switching like described here: https://taiga-ui.dev/i18n/Dynamic_loader
I copied the dynamic loading to our app module. But when changing via
this.switcher.setLanguage('english')
I get:In this chunk I've found several entries like this (here only english):
Changing the dynamic loading to something like this:
solves this webpack issue but leads to
Can you elaborate more on how this should work or being set up? I'm lost and didn't found any hints in code base...
I'm on Taiga UI 3.8.0 and Angular 14
Best regards,
Kersten
Beta Was this translation helpful? Give feedback.
All reactions