angular - angular2 rc.4 layz routing -


angular2 rc.4 lazy routing depreciated.

async routing example

is there new lazy routing / async routing example rc.4

loadchildren supposed that:

{   path: 'section',   loadchildren: 'section-bundle' } 

i don't know string should point to.

see

{ path: 'heroes', loadchildren: 'app/hero/hero.module' } 

Comments