标签: angular ngrx ngrx-store-4.0
我有多个延迟加载的角度模块和一个根模块。 我可以在每个角度模块中都有独立的ngrx根存储,每个存储都有其自己的特征状态吗?
答案 0 :(得分:0)
是的,当然可以做到,甚至是建议的方法。在这里阅读:
https://medium.com/@AnkurRatra/lazy-loading-of-modules-with-ngrx-store-4th-version-angular-2-23c93295d4e8
您可以在此处找到示例: https://github.com/DeborahK/Angular-NgRx-GettingStarted/tree/master/APM-Demo5