Top "Ng2-translate" questions

The pipe 'translate' could not be found , angular2 component testing

I am working on component testing with angular2. in my html template i use the translate pipe. This is the …

angular angular-cli angular2-testing ng2-translate
Using ng2-translate with parameters

I tried to use ng2-translate with parameters in the template: {{ test | translation:{value:param} }} And it works perfectly. I …

angular ng2-translate
How to update .json file without rebuilding in angular cli?

I'm using angular cli to build a website which contains multiple languages. I use ng2-translate for the translations. I …

javascript json angular angular-cli ng2-translate
Angular2 and webpack - i18n plugin vs ng2-translate

I want to build a web-application with angular2 and bundle this with webpack. What is the best way for providing …

angular internationalization webpack ng2-translate
ng2-translate not working in lazy-loaded module

I'm using ng2-translate for language handling in an Angular 2 RC5 app I'm creating. The app has two feature modules, …

angular module angular2-routing ng2-translate