【发布时间】:2016-12-14 17:13:42
【问题描述】:
【问题讨论】:
标签: angular routing lazy-loading
【问题讨论】:
标签: angular routing lazy-loading
loadChildren 应该这样做:
{
path: 'section',
loadChildren: 'section-bundle'
}
我不知道字符串到底应该指向什么。
另见
{ path: 'heroes', loadChildren: 'app/hero/hero.module' }
【讨论】: