Angular2 rc.4 lazy Routing已折旧.
rc.4是否有任何新的延迟路由/异步路由示例
loadChildren应该这样做:
原文链接:https://www.f2er.com/angularjs/143734.html{ path: 'section',loadChildren: 'section-bundle' }
我不知道字符串到底应该指向什么.
也可以看看
> https://github.com/angular/angular/issues/9527#issuecomment-236038503
> https://github.com/angular/angular/issues/10577(使用Plunker)
{ path: 'heroes',loadChildren: 'app/hero/hero.module' }