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

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

Awesome Lists containing this project

README

          

[![npm dependencies](https://david-dm.org/lookfirst/ocLazyLoad-SystemJS-Router.svg)](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).