ng2-toastr : bootstrap style of toast for modern angular. You can installing ng2-toastr 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-toastr $ sudo npm install -g ng2-toastr
If want to update the ng2-toastr package execute the command as below,
$ sudo npm update ng2-toastr
Update package globally,
$ npm install -g ng2-toastr
$ sudo git clone https://github.com/rektide/ng2-toastr.git
$ sudo npm install -g ./ng2-toastr
ng2-toastr@4.1.2 /usr/lib/node_modules/ng2-toastr
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ng2-toastr
Package Name | ng2-toastr |
Version | 4.1.2 |
Description | bootstrap style of toast for modern angular |
Released Date | 2017-06-20T00:39:30.601Z |
Published by | derekshi |
How to Learn | https://www.npmjs.com/package/ng2-toastr/tutorial |