Angular - Performance Optimization
You have a parent component passing an object as input to a child component using
OnPush strategy. The parent updates a property inside the object without changing the object reference. Will the child detect the change and update its view?