This tool allows you to analyse your Angular project but it fails miserably in basic aspects, especially when you try to find out the name of a certain component, which you can only do by hovering over it. Well if the component is not centered you will not get the name, and the hovering function stops working if you close the dev tools and open it again. A quick workaround is to just refresh the page, but then you need to navigate to your desired component. I use this because there are no oth... Show more
Angular DevTools extends Chrome DevTools adding Angular specific debugging and profiling capabilities
It allows users to understand the structure of the application, preview the state of directive and component instances, and get insights into the execution of the application through the profiler tab
Additionally, it enables users to inspect and visualize the application's dependency injection tree