I encountered a coding situation that neither Gemini 3.0, Claude Opus 4.5, nor Claude Sonnet 4.5 knew the issue.
I was updating Angular v20 to v21 and after data was received from the Database it was not updating the User Interface.
They all tried to add "setTimeout" in places.
The issue was that v21 doesn't use ZoneJS by default like v20 was doing.