Angular 9 display number of change detection cycles on the UI? stackblitz inside
问题 I'm trying to build a small dev component that displays only in non-production builds. One of the things that I see useful to keep track of is the number of change detection cycles that I'm triggering as I'm adding various functionality to make sure I'm not doing something that's really unperformant. like having mouseover and mouseout events on the menu icon to change its color. Sadly I can't seem to get it to actually display on the view and not just in the console. Stackblitz here. You'll