CodexBloom - AI-Powered Q&A Platform

Angular 15 ChangeDetectionStrategy.OnPush not updating nested component with input changes

👀 Views: 0 💬 Answers: 1 📅 Created: 2025-06-12
angular change-detection onPush

I'm having trouble with a nested component that uses `ChangeDetectionStrategy.OnPush`. The parent component is passing down an input object to the child compone...