angular2-universal : Universal (isomorphic) javascript support for Angular2. You can installing angular2-universal 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 angular2-universal $ sudo npm install -g angular2-universal
If want to update the angular2-universal package execute the command as below,
$ sudo npm update angular2-universal
Update package globally,
$ npm install -g angular2-universal
$ sudo git clone https://github.com/rektide/angular2-universal.git
$ sudo npm install -g ./angular2-universal
angular2-universal@2.1.0-rc.1 /usr/lib/node_modules/angular2-universal
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall angular2-universal
Package Name | angular2-universal |
Version | 2.1.0-rc.1 |
Description | Universal (isomorphic) javascript support for Angular2 |
Released Date | 2016-10-13T01:37:37.292Z |
Published by | gdi2290 |
How to Learn | https://www.npmjs.com/package/angular2-universal/tutorial |