angular-ui-grid : A data grid for Angular. You can installing angular-ui-grid 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 angular-ui-grid $ sudo npm install -g angular-ui-grid
If want to update the angular-ui-grid package execute the command as below,
$ sudo npm update angular-ui-grid
Update package globally,
$ npm install -g angular-ui-grid
$ sudo git clone https://github.com/rektide/angular-ui-grid.git
$ sudo npm install -g ./angular-ui-grid
angular-ui-grid@4.0.11 /usr/lib/node_modules/angular-ui-grid
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall angular-ui-grid
Package Name | angular-ui-grid |
Version | 4.0.11 |
Description | A data grid for Angular |
Released Date | 2017-11-20T16:27:16.921Z |
Published by | mportuga |
How to Learn | https://www.npmjs.com/package/angular-ui-grid/tutorial |