How to pass initial state in Redux Angular?

后端 未结 0 1541
轮回少年
轮回少年 2021-02-15 02:51

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         


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