【发布时间】:2019-04-10 04:17:45
【问题描述】:
我的应用程序中有一个功能缩减器:-
fromCompnay = {
list:listReducer,
growth:growthReducer
}
fromEmployee = {
list:listReducer,
growth:growthReducer
}
StoreModule.forFeature('company',fromCompany);
StoreModule.forFeature('employee',fromEmployee);
他们是重置这些减速器状态的干净方法吗?
【问题讨论】: