Lazy loading + Apply AOT on angular2 project with systemjs builder bundled projects

181 views Asked by At

Where can i find sample Angular 2 project about apply aot and bundling on Angular2 SystemJs project(with lazy load module)?

i do this by angular-cli. but how can i do this with systemjs?

1

There are 1 answers

0
light24bulbs On

This fellow claims to have had it working with a fork of angular seed. Looks like a combination of bundle and buildstatic but it's not well explained.

https://github.com/mgechev/angular-seed/issues/2140

I'm still trying to figure it out.