1

I have an array of objects. User can change value of some property in that array of objects. What i want to detect which object has changed. I musing iterableDiffer but i dont know how to display only those that are changed. Any suggestion ?

   let changes = this.iterableDiffer.diff(this.workorders);
        if (changes) {

       }
1

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.