An open API service indexing awesome lists of open source software.

https://github.com/johnib/lazy-load

Angular lazy load modules using ocLazyLoad and RequireJS
https://github.com/johnib/lazy-load

Last synced: over 1 year ago
JSON representation

Angular lazy load modules using ocLazyLoad and RequireJS

Awesome Lists containing this project

README

          

# Angular module lazy load with ocLazyLoad and RequireJS

This project uses:
---
1. Requirejs for AMD
2. AngularJS
3. OcLazyLoad for registering new modules lazily
4. Grunt for bundling.

### Install
```bash
npm install
```

### Run

```bash
npm start
```