I migrated my application to Angular 21.
I then fixed a bug that was preventing claims from loading: a change to the “offset” signal at the wrong moment was blocking change detection, so API data was failing to reach the DOM. I took the opportunity to migrate to httpResources and fixed the flawed pagination by including the page count in the request response.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.