Hacker News new | ask | show | jobs
by spyke112 1141 days ago
I don’t think a computed property would behave any better. It sounds like your event handling should have been decoupled from change detection and only applied changes when necessary. This would probably be a problem in any framework.
1 comments

This is an issue with zone.js + getters, I changed the key components to OnPush change detection.