请问loadChildren改怎么使用才对?
我在app-routing.module.ts中写了路由:
{
path: 'about',
component: AboutComponent,
children: [
{
path: 'about/componyinstroduction',
loadChildren: '../pages/about/about.module#ComponyinstroductionComponent'
},
{
path: 'about/teaminstroductionComponent',
loadChildren: '../pages/about/about.module#TeaminstroductionComponent'
},
{
path: 'about/honourComponent',
loadChildren: '../pages/about/about.module#HonourComponent'
},
{
path: 'about/structureComponent',
loadChildren: '../pages/about/about.module#StructureComponent'
},
{
path: 'about/structureComponent',
loadChildren: '../pages/about/about.module#StructureComponent'
},
]
html加载之后:
点击的时候报错:
所以还是我的路由写的有问题,请大佬帮瞅瞅,非常感谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
重启好像就对了谢谢