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-translateI tried to use ng2-translate with parameters in the template: {{ test | translation:{value:param} }} And it works perfectly. I …
angular ng2-translateI'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-translateI want to build a web-application with angular2 and bundle this with webpack. What is the best way for providing …
angular internationalization webpack ng2-translateI'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