Is there an equivalent to RxJs<=4#ofArrayChanges in RxJs5

耗尽温柔 提交于 2019-12-11 05:28:10

问题


I am using Angular2 and I want to track changes in array,but there is only RxJs5,and seems it hasn`t such functionality.


回答1:


There is no equivalent. The Object.observe proposal has been withdrawn from ES7, so there is little point in having ofArrayChanges or ofObjectChanges in RxJS 5.



来源:https://stackoverflow.com/questions/39181404/is-there-an-equivalent-to-rxjs-4ofarraychanges-in-rxjs5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!