gpt4 book ai didi

angular - 如何使用 forFeature 而不是延迟加载的模块?

转载 作者:搜寻专家 更新时间:2023-10-30 21:48:42 28 4
gpt4 key购买 nike

如何在 ngrx 中使用 forFeature 而不是延迟加载模块?

在我的应用中,每个模块都应该有自己的reducer

StoreModule.forFeature('feature', featureReducers, { metaReducers }),

我该如何实现?

最佳答案

因此,在 app.module.ts 中,我们提到了 StoreModule.forRoot(reducer, {}) 以便为主应用程序注入(inject)存储,当我们延迟加载路由,我们需要在您的延迟模块中添加 StoreModule.forFeature('lazyModule', reducer) 并且您需要在您的应用程序路由文件中以以下格式导入该模块。

{ path: 'lazy', loadChildren: '../lazyComponent/lazy.module#LazyModule'},

然后当我们访问该路由时,reducer 和动态注入(inject)。

关于angular - 如何使用 forFeature 而不是延迟加载的模块?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49896285/

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