https://github.com/lookfirst/oclazyload-systemjs-router
Dynamically load angular modules via routes
https://github.com/lookfirst/oclazyload-systemjs-router
Last synced: 12 months ago
JSON representation
Dynamically load angular modules via routes
- Host: GitHub
- URL: https://github.com/lookfirst/oclazyload-systemjs-router
- Owner: lookfirst
- Created: 2015-03-10T23:44:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-03T21:09:41.000Z (about 11 years ago)
- Last Synced: 2025-07-07T03:09:46.711Z (12 months ago)
- Language: JavaScript
- Size: 300 KB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://david-dm.org/lookfirst/ocLazyLoad-SystemJS-Router)
# ocLayzLoad-SystemJS-Router
This class combines three different projects to enable route based lazy loading of angular modules.
```
jspm install github:lookfirst/oclazyload-systemjs-router
```
Please see the [SystemJS Seed](https://github.com/lookfirst/systemjs-seed/) project for details on usage. More specifically, [take a look in the app.js file](https://github.com/lookfirst/systemjs-seed/blob/master/src/app/app.js).