简体   繁体   中英

How to get changed elements from Observable (rxjs)

I have question about Observable in rxjs. In my angular project i have table with data(i'm using handsontable) and observable of this data, wich i send ot api. But i want to send only elements that have been changed in the table. Is there any operator in rxjs that can find changes in observable?

我不确定我是否正确理解了问题,但也许distinctUntilChanged会有所帮助。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM