-
Hi,
I want to translate some text but i don't want to use the '{{}}' notation at the name, I mean do something like this:
`this.i18n('GLOBAL.ERROR.DEFAULT', {val1: variable1})`
Where variable1 …
-
ı have working ngx translation in my project, it works perfectly in all my components which have a module.ts that ı could import my translateModule into imports, but in my directive I only have html, …
-
I am trying to create an Angular SPA project without zone.js to make the spa footprint as small as possible. Bumping into some issues where the translated values don't show up after cdr.markForCheck()…
-
Hi,
I am working on an Angular 7 project and I have to implement internationalization
The project requires me to have only one deliverable installed at the customer server (that means only one fol…
-
Hello,
I try to use ngx-translate in a component of a module, but I can’t find a way to bring that to work. I opened a thread on StackOverflow (https://stackoverflow.com/questions/67553920/how-to-u…
-
## Current behavior
Consider this in app.component
` setTimeout(() => {
this.translateService.use('en');
}, 3000)`
Currently server translates everything and sends the page to the b…
-
Issue with ngx-translate 9.1.1 version
I am using angualar 5
./node_modules/@ngx-translate/core/fesm5/ngx-translate-core.js
Module build failed: Error: ENOENT: no such file or directory, open nod…
-
## Current behavior
I use ngx-translate in an Ionic 4 app. When I deploy the app to a device on the first start the translations are not loaded. If I exit the app and restart it, everthing works fine…
-
**I'm submitting a ...**
[ X] bug report
**Current behavior**
If the table is rendered the first time in a window small and then we maximize the window, the body of the table never get al…
-
## Current behavior
I have migrated from angular 6 to angular 9 (following the official steps https://update.angular.io/ and all the libraries are migrated to the latest version now). I also us…