标签: angular routing lazy-loading
Angular2 rc.4 lazy Routing折旧。
Async Routing example
rc.4是否有任何新的延迟路由/异步路由示例
答案 0 :(得分:5)
loadChildren应该这样做:
loadChildren
{ path: 'section', loadChildren: 'section-bundle' }
我不知道字符串应该指向的是什么。
另见
{ path: 'heroes', loadChildren: 'app/hero/hero.module' }