📜  更新 ngxrx 中数组中的对象以角度存储 - TypeScript 代码示例
📅  最后修改于: 2022-03-11 14:48:21.283000             🧑  作者: Mango
代码示例1
arr.map((value, index) => index === action.index ? {...value, name: action.value} : value)