DEV Community

Discussion on: Zone.js deep diving - Execution Context

Collapse
 
jrumandal profile image
John Ralph Umandal

What is the difference between using NgZone and using lamda/array functions?
Wouldn't () => this.something(); do the same thing NgZone, where you have an overhead on preparing the zone?