angular-aria : AngularJS module for making accessibility easy. You can installing angular-aria 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-aria $ sudo npm install -g angular-aria
If want to update the angular-aria package execute the command as below,
$ sudo npm update angular-aria
Update package globally,
$ npm install -g angular-aria
$ sudo git clone https://github.com/rektide/angular-aria.git
$ sudo npm install -g ./angular-aria
angular-aria@1.6.7 /usr/lib/node_modules/angular-aria
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall angular-aria
Package Name | angular-aria |
Version | 1.6.7 |
Description | AngularJS module for making accessibility easy |
Released Date | 2017-11-24T18:21:00.442Z |
Published by | angularcore |
How to Learn | https://www.npmjs.com/package/angular-aria/tutorial |