You may be missing a development configuration for your application.

In your angular.json navigate to architect -> build -> configurations and add these lines, below the definition of the production build:

"configurations": {
  "production": {
    // already there!
  },
  "development": { // this is new!
    "buildOptimizer": false,
    "optimization": false,
    "vendorChunk": true,
    "extractLicenses": false,
    "sourceMap": true,
    "namedChunks": true
  }
},
"defaultConfiguration": "production"

And to run the build in development mode just type the next command: ng build --configuration development.

Answer from Tonnio on Stack Overflow
🌐
Angular
v17.angular.io › guide › devtools
DevTools Overview
Angular is a platform for building mobile and desktop web applications. Join the community of millions of developers who build compelling user interfaces with Angular.
🌐
Chrome Web Store
chrome.google.com › webstore › detail › angular-devtools › ienfalfjdbdpebioblfackkekamfmbnh
Angular DevTools - Chrome Web Store
May 2, 2024 - Angular DevTools extends Chrome DevTools adding Angular specific debugging and profiling capabilities.
🌐
Angular
angular.dev › tools › devtools
DevTools • Overview • Angular
Angular DevTools only supports development builds.", this means that an Angular application was found on the page, but it was compiled with production optimizations. When compiling for production, Angular CLI removes various debug features to ...
🌐
Mozilla Add-ons
addons.mozilla.org › en-US › firefox › addon › angular-devtools
Angular DevTools – Get this Extension for 🦊 Firefox (en-US)
January 28, 2026 - Angular DevTools is a Firefox DevTools extension that provides debugging and profiling capabilities for Angular applications. Angular DevTools supports Angular v12 and later. Rated 3.3 by 26 reviewers · 5 · 13 · 4 · 1 · 3 · 2 · 2 · 2 ...
Rating: 3.3 ​ - ​ 26 votes
🌐
DEV Community
dev.to › alisaduncan › debugging-and-inspecting-angular-apps-using-angular-devtools-1e05
Debugging and inspecting Angular apps using Angular DevTools - DEV Community
May 18, 2021 - Angular DevTools uses the power of Ivy, Angular's new compilation and rendering pipeline, to gather the component properties, view the component tree structure, and access the internal visibility it needs.
🌐
Medium
medium.com › ngconf › introducing-the-angular-dev-tools-a71ea0ba65a7
Introducing the Angular Dev Tools | by Preston Lamb | ngconf | Medium
February 9, 2022 - In short, the new dev tools extension will let you view the layout of your app in a tree-like structure. You can click on each component and see its properties, and see where exactly on the page that component is.
Find elsewhere
🌐
GitHub
github.com › angular › angular › blob › main › devtools › README.md
angular/devtools/README.md at main · angular/angular
Click on the "Angular DevTools" extension and the "Inspect Views > service worker" button to open a debugger. To enable sourcemaps you need to add the sourcemap = "inline" flag to the esbuild macro located in tools/defaults.bzl.
Author   angular
🌐
Angular
blog.angular.dev › introducing-angular-devtools-2d59ff4cf62f
Introducing Angular DevTools
May 18, 2021 - Introducing Angular DevTools We’re thrilled to announce Angular DevTools — a Chrome DevTools extension that you can use to inspect the structure of your applications and profile their …
🌐
GitHub
github.com › rangle › angular-devtools
GitHub - rangle/angular-devtools: Moved to the Angular organization. · GitHub
Moved to the Angular organization. Contribute to rangle/angular-devtools development by creating an account on GitHub.
Starred by 256 users
Forked by 17 users
Languages   TypeScript 79.8% | HTML 7.9% | JavaScript 7.2% | SCSS 5.1%
🌐
GitHub
github.com › angular › angular › tree › main › devtools
angular/devtools at main · angular/angular
Angular DevTools is a browser DevTools extension for debugging and profiling Angular applications.
Author   angular
🌐
ScholarHat
scholarhat.com › home
10 Angular Dev tools! You Must Know | 10 Angular Dev Tools
July 31, 2025 - Here are the top ten developer tools to help you create better, faster, and more robust Angular applications.
🌐
Syncfusion
syncfusion.com › blogs › angular › debug angular apps easily using angular devtools
Debug Angular Apps Easily Using Angular DevTools | Syncfusion Blogs
February 10, 2026 - Now, open the developer tools and select the Angular tab. The running Angular version and the latest commit hash for the extension will be visible in the top-right corner of the DevTools.
🌐
OpenReplay
blog.openreplay.com › how-to-debug-angular-apps-with-chrome-devtools
How to Debug Angular Apps with Chrome DevTools
April 18, 2020 - The tools and tactics Angular developers use for debugging their applications in production, with a focus on Chrome DevTools.
🌐
Angular
v18.angular.dev › tools › devtools
DevTools • Angular
Angular DevTools only supports development builds.", this means that an Angular application was found on the page, but it was compiled with production optimizations. When compiling for production, Angular CLI removes various debug features to ...
🌐
DEV Community
dev.to › philipjohnbasile › leveraging-angular-devtools-for-enhanced-development-efficiency-2h4h
Leveraging Angular DevTools for Enhanced Development Efficiency - DEV Community
April 25, 2024 - To begin using Angular DevTools, developers need to install the extension from the Chrome Web Store or Firefox Browser Add-Ons. Once installed, it integrates directly into the developer tools section of the browser, specifically tailored for ...
🌐
Angular.love
angular.love › debugging-techniques-angular-devtools
Debugging in Angular with DevTools - Debugging techniques for Angular Developers
May 19, 2024 - The “Components” tab lets you inspect a tree of components for a current application page: Interestingly, though not surprisingly, the DevTools extension uses Angular to build the UI you see in the Chrome console. You can think of this user facing part of the extension as a frontend equivalent of a browser application.
🌐
Angular Minds
angularminds.com › blog › angular-devtools-debug-angular-apps-easily
Angular DevTools : Debug Angular Apps Easily
October 4, 2024 - From troubleshooting that pesky bug to debugging your app for enhanced performance, Angular DevTools is the extension that will make all aspects related to debugging fast and simple.24 · Share · Popular articles · Comparison Between Angular 1 vs Angular 2 vs Angular 4 · 7 mins read · Angular 6 vs Angular 7 vs Angular 8 vs Angular 9 ·