How to pass initial state in Redux Angular?

后端 未结 0 1825
小蘑菇
小蘑菇 2021-02-15 02:53

I have the following reducer Redux with initial state:

export const initialState = [{id: 1, open: false}, {id: 2, open: true}, {id: 3, open: false}];

const _togg         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题