angular2-jwt : Helper library for handling JWTs in Angular 2+. You can installing angular2-jwt 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-jwt $ sudo npm install -g angular2-jwt
If want to update the angular2-jwt package execute the command as below,
$ sudo npm update angular2-jwt
Update package globally,
$ npm install -g angular2-jwt
$ sudo git clone https://github.com/rektide/angular2-jwt.git
$ sudo npm install -g ./angular2-jwt
angular2-jwt@0.2.3 /usr/lib/node_modules/angular2-jwt
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall angular2-jwt
Package Name | angular2-jwt |
Version | 0.2.3 |
Description | Helper library for handling JWTs in Angular 2+ |
Released Date | 2017-04-27T13:50:10.085Z |
Published by | ryanchenkie |
How to Learn | https://www.npmjs.com/package/angular2-jwt/tutorial |