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?
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?
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.