Angular2 uses the concept of Zones to remove the need to manually do a view update. That's all great but, when does Angular2 decide to do a view update ?
After reading this article I have got the notion that Angualar2 does a view update on almost every event. Even on a mousemove event !! Is that true ?
Because if it is, its damn computationally expensive.