I'm trying to optimize the performance of code in angular application.
I know that I can runOutsideAngular
some code in order not to cause change detection on each code run or event.
However, do I need to use runOutsideAngular
when I utilize OnPush
change detection strategy? (for listeners etc)