2

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?

abadakhshan
  • 35
  • 1
  • 6

1 Answers1

0

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.

light24bulbs
  • 2,871
  • 3
  • 24
  • 33