gpt4 book ai didi

angular - Angular 4 中带有根路由器导出的嵌套路由

转载 作者:行者123 更新时间:2023-12-04 17:48:08 24 4
gpt4 key购买 nike

我在 Angular 4 应用程序中使用嵌套路由。它们的结构如下:

routes = [
{
path: 'parent',
component: ParentComponent,
children: [
{
path: 'child',
component: ChildComponent,
children: [
path: 'grandchild',
component: GrandchildComponent
]
}
]
}
]

我在 app.component.html 中定义了一个路由器 socket 。

当我导航到“父/子”路由时,此设置工作正常,路由器导出加载了 ChildComponent。

但是,当我导航到“parent/child/grandchild”路由时,GrandchildComponent 不会加载。

这似乎确实适用于子组件中的辅助路由器 socket ,但有什么方法可以让 GrandchildComponent 加载到根路由器 socket 上,而不需要辅助 socket ?

最佳答案

我会说不。

如果你想在根导出加载孙子,那么它不是孙子,而是祖 parent !当您有嵌套路线时,您需要有嵌套导出。

关于angular - Angular 4 中带有根路由器导出的嵌套路由,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47437085/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com