Skip to content

Tag: angular

How to spread object inside object

I Have an object inside another object and I want to spread the inner one, my reason is when I want to call the object by it’s id My object As shown above I want to append ‘count’ attribut inside ‘_id’ attribute , i couldn’t spread the inner one so How can I do it Answer Yo…