angular2 rc.4 layz路由

前端之家收集整理的这篇文章主要介绍了angular2 rc.4 layz路由前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
Angular2 rc.4 lazy Routing已折旧.

Async Routing example

rc.4是否有任何新的延迟路由/异步路由示例

loadChildren应该这样做:
{
  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' }
原文链接:https://www.f2er.com/angularjs/143734.html

猜你在找的Angularjs相关文章