Angular DevTools is a Chrome extension designed to enhance your ability to debug and profile Angular applications. It provides insight into your application's structure, previewing the state of directives and component instances. Moreover, the profiler tab offers a detailed look at individual change detection cycles, identifying triggers and measuring the time spent within them. It also visualizes your application's dependency injection tree for a comprehensive understanding of service dependencies.
Want to check extension ranking and stats more quickly for other Chrome extensions?
Install
Chrome-Stats extension
to view Chrome-Stats data as you browse the Chrome Web Store.
You can use Angular DevTools to understand the structure of your application and preview the state of the directive and the component instances. To get insights into the execution of the application, you can use the profiler tab, which shows you the individual change detection cycles, what triggered them, and how much time Angular spent in them. You can also inspect and visualize your application's dependency injection tree to better how understand how and why any token was resolved to a specific service.
User reviews
These summaries are automatically generated weekly using AI based on recent user reviews.
Chrome Web Store does not verify user reviews, so some user reviews may be inaccurate,
spammy, or outdated.
Pros
Useful for debugging Angular applications
Perfect for Angular app debugging
Provides insights into DOM update cycles
Cons
Frequently fails to detect Angular applications
Often displays errors related to production configuration
Can cause issues with browser stability, especially during SSO login
Most mentioned
Angular application not detected
We detected an application built with production configuration
Simao Castro: download the source code, unpack it, change that stupid value, repack it. I mean..... you're obviously using it for dev, they probably have a legal restriction on why they default to that, but you got this, I believe in you!
Not working. "We detected an application built with production configuration. Angular DevTools only supports development build"
I'm running the application using the development configuration.