NGX-Translate is an internationalization library for Angular 2+. It lets you define translations for your content in different languages and switch between them easily.
I'm using ngx-translate for internationalization on Ionic 3 app. I have used pipe nicely on HTML code. But now I have …
angular typescript ionic3 ngx-translateMy project is set up with Angular CLI, so it's built with webpack but the webpack config files are hidden. …
json angular webpack angular-cli ngx-translateI can get the value if it's a static test, but whenever I'm trying to get the translated value (using …
angular unit-testing typescript karma-jasmine ngx-translateI've read i18n runtime support is coming in angular 6, but cant find anything in rc3. Is it postponed or …
angular internationalization ngx-translate angular6I've downloaded the package ngx-translate/core, and been following the documentation instructions. I can't get the translation to work. The …
angular ngx-translateI'm using @ngx-translate for language handling in an Angular 5 app I'm creating. The app has two feature modules, one lazy …
angular5 ngx-translateI am trying to get translated text from content management system with service URL. When I use a JSON file …
javascript json angular ngx-translateI would like to translate a source text containing <a> tag with url param, the string text example: …
angular internationalization ngx-translate angular-i18nI'm setting up a new Angular 7 app. I want to set a default text for translation. So in the translation {{ …
angular typescript translation ngx-translateI've got an application which uses this library. How do I test components with it? I DO NOT WANT TO …
angular typescript testing internationalization ngx-translate