DEV Community

Discussion on: Why does angular run change detection Checks after a component is detached from the view?

Collapse
 
gaurangdhorda profile image
GaurangDhorda

Thats because setTimeout internally called ngZone and detect changes for components. Same things are applied for async pipe too!