ng-dialog : Modal dialogs and popups provider for Angular.js applications. You can installing ng-dialog 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 ng-dialog $ sudo npm install -g ng-dialog
If want to update the ng-dialog package execute the command as below,
$ sudo npm update ng-dialog
Update package globally,
$ npm install -g ng-dialog
$ sudo git clone https://github.com/rektide/ng-dialog.git
$ sudo npm install -g ./ng-dialog
ng-dialog@1.4.0 /usr/lib/node_modules/ng-dialog
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ng-dialog
Package Name | ng-dialog |
Version | 1.4.0 |
Description | Modal dialogs and popups provider for Angular.js applications |
Released Date | 2017-07-30T21:48:38.033Z |
Published by | faceleg |
How to Learn | https://www.npmjs.com/package/ng-dialog/tutorial |