标签: angular routing single-page-application nested-routes router-outlet
当子组件在布局组件中更改时,将重新构造布局组件。 我在app.component.html中将路由器出口用于根组件(例如main-layout-component),而在main-layout-component中将另一个路由器出口用于子组件。但是,当完成子组件之间的切换时,将调用main-layout-component构造函数。有什么办法可以解决这个问题?
我使用的路由模块: