In what cases should I use runOutsideAngular if I'm already using OnPush change detection

Viewed 1914

I'm already using OnPush change detection with immutable data. I'm wondering is there further optimizations I can do with my change detection by using ngZone.runOutsideAngular? I'm just looking for some guidelines here.

1 Answers
Related