angular-devtools
angular-devtools copied to clipboard
Change detection outline
What feature do you want to see? I would like to see some outlines on components and flashes in component tree list, that trigger on change detection in near realtime (slowly flashing) to see exactly witch components trigger change detection, without going into profiler. It would be a bit easier to use than profiller for simple usecases or quick checks that Your component does not 'leak' changes outside/inside
Why is it important to you? Profiler is great but for quick checks it's not perfect