ng2-translate : An implementation of angular translate for Angular 2. You can installing ng2-translate npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install ng2-translate $ sudo npm install -g ng2-translate
If want to update the ng2-translate package execute the command as below,
$ sudo npm update ng2-translate
Update package globally,
$ npm install -g ng2-translate
$ sudo git clone https://github.com/rektide/ng2-translate.git
$ sudo npm install -g ./ng2-translate
ng2-translate@5.0.0 /usr/lib/node_modules/ng2-translate
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ng2-translate
| Package Name | ng2-translate |
| Version | 5.0.0 |
| Description | An implementation of angular translate for Angular 2 |
| Released Date | 2016-12-20T17:29:05.488Z |
| Published by | ocombe |
| How to Learn | https://www.npmjs.com/package/ng2-translate/tutorial |