oclazyload : Load modules on demand (lazy load) with angularJS. You can installing oclazyload 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 oclazyload $ sudo npm install -g oclazyload
If want to update the oclazyload package execute the command as below,
$ sudo npm update oclazyload
Update package globally,
$ npm install -g oclazyload
$ sudo git clone https://github.com/rektide/oclazyload.git
$ sudo npm install -g ./oclazyload
oclazyload@1.1.0 /usr/lib/node_modules/oclazyload
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall oclazyload
Package Name | oclazyload |
Version | 1.1.0 |
Description | Load modules on demand (lazy load) with angularJS |
Released Date | 2017-02-03T09:14:04.343Z |
Published by | ocombe |
How to Learn | https://www.npmjs.com/package/oclazyload/tutorial |