Within my application, I have two components - a parent component and a child component. The child component has an OnPush Strategy implemented to detect changes efficiently. Through binding using (), I pass an array of objects from the parent to the child component.
However, after everything is rendered and I update a field of one of the objects in the array, the template that lists the fields values does not automatically update. Can anyone provide insight into why this might be happening?