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
- Host: GitHub
- URL: https://github.com/johnib/lazy-load
- Owner: johnib
- Created: 2016-09-20T18:18:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T11:13:43.000Z (almost 10 years ago)
- Last Synced: 2025-02-07T03:29:20.807Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```