在重播之前操纵对象,在" next"命令

时间:2017-03-06 19:09:40

标签: angular rxjs

我有一个使用ReplaySubject返回一些数据的服务:

this.metadata.next(this.list);

问题是某些组件将一些数据添加到list.someObject, 另一个受其影响的因素。

有办法:

 this.metadata.next(_.cloneDeep(this.list));

或另一种解决方案?

0 个答案:

没有答案