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
🌐
Opera
help.opera.com › home › extensions documentation › extending devtools
Extending DevTools - Opera Help
July 1, 2024 - Overview The DevTools Page Creating a DevTools Extension DevTools UI Elements: Panels and Sidebar Panes Communicating Between Extension Components Injecting a Content Script Evaluating JavaScript in the Inspected Window Passing the Selected Element to a Content Script Messaging from Content ...
🌐
Angular
angular.dev › tools › devtools
DevTools • Overview • Angular
Angular DevTools is a browser extension that provides debugging and profiling capabilities for Angular applications.
🌐
Windows Report
windowsreport.com › browsers › 5 best browsers that support the latest version of angular
5 Best Browsers that Support the Latest Version of Angular
September 30, 2025 - Because Opera One is a Chromium-based browser, it has access to the Chrome Web Store in addition to the Opera One library of add-ons. This means that the Angular DevTools add-on will work with Opera One.
🌐
Mozilla Add-ons
addons.mozilla.org › en-US › firefox › addon › angular-devtools
Angular DevTools – Get this Extension for 🦊 Firefox (en-US)
April 8, 2026 - Angular DevTools is a Firefox DevTools extension that provides debugging and profiling capabilities for Angular applications.
Rating: 3.3 ​ - ​ 26 votes
🌐
Chrome Web Store
chromewebstore.google.com › detail › angular-devtools › ienfalfjdbdpebioblfackkekamfmbnh
Angular DevTools - Chrome Web Store
Angular DevTools extends Chrome DevTools adding Angular specific debugging and profiling capabilities.
🌐
Chrome Developers
developer.chrome.com › blog › case study: better angular debugging with devtools
Case Study: Better Angular Debugging with DevTools | Blog | Chrome for Developers
August 31, 2022 - Using Angular as a test pilot, the Chrome DevTools and Angular teams collaborated to offer you a better debugging experience. Other frameworks can ship similar changes.
🌐
Medium
medium.com › @sehban.alam › mastering-angular-debugging-with-angular-devtools-chrome-extension-c694653d948e
Mastering Angular Debugging with Angular DevTools Chrome Extension | by Sehban Alam | Medium
November 13, 2024 - The Angular DevTools extension is a free tool for Chrome that gives developers a powerful set of debugging and profiling options, making it easier to understand and optimize the inner workings of an Angular app.
🌐
Syncfusion
syncfusion.com › blogs › angular › debug angular apps easily using angular devtools
Debug Angular Apps Easily Using Angular DevTools | Syncfusion Blogs
February 10, 2026 - This article explains how you can easily debug and profile your Angular apps using Angular DevTools available in Chrome and Firefox.
Find elsewhere
🌐
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 - Using Angular DevTools to inspect components, component properties, and profile change detection in Angular apps. Tagged with angular, webdev, tutorial, productivity.
🌐
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.
🌐
Angular Training
angulartraining.com › home › debugging › angular devtools extension
Angular DevTools Extension | Angular Newsletter
April 14, 2023 - Angular DevTools is a browser extension that provides debugging and profiling capabilities for Angular applications (v12 minimum). It's available for Chrome, Firefox, and Edge. The extension comes with a tree view of the component hierarchy ...
🌐
Reddit
reddit.com › r/techtalktutorials › how to open the developer tools in the opera gx web browser | pc tutorial
r/techtalktutorials on Reddit: How To Open The Developer Tools In The Opera GX Web Browser | PC Tutorial
February 6, 2025 - Learn how to open the Developer Tools in the Opera GX web browser using a PC with this step-by-step tutorial. Developer Tools allow you to inspect web elements, debug JavaScript, analyze network activity, and optimize web performance.
🌐
Angular.love
angular.love › debugging-techniques-angular-devtools
Debugging in Angular with DevTools - Debugging techniques for Angular Developers
May 19, 2024 - 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.
🌐
GeeksforGeeks
geeksforgeeks.org › techtips › open-opera-developer-tools
How to Open Developer Tools in Opera [3 Methods] - GeeksforGeeks
July 27, 2025 - Learn how to open Developer Tools in Opera with 3 easy methods. Use keyboard shortcuts, access through the Opera menu, or create your custom shortcut for faster debugging!
🌐
Ksrae
ksrae.github.io › angular › angular-devtools
Angular Devtool in Chrome DevTools - The Developer’s Notebook: Angular and Beyond
May 2, 2022 - For example, if a variable stores ... Angular DevTools reflects these changes instantaneously. By readily visualizing the variables associated with each component, developers can significantly reduce their reliance on console-based debugging. For comprehensive information, refer to the official Angular documentation. ... Angular’s change detection mechanism is shifting from a zone.js-based automated approach to a developer-led Zoneless approach. This post reviews the operati....
🌐
Telerik
telerik.com › blogs › angular-basics-devtools
Angular Basics: DevTools
March 4, 2025 - To get started with Angular DevTools, install it from the Chrome Web Store or Firefox Add-ons. Once installed, we can open the browser’s developer tools by pressing F12 (Windows/Linux) or Cmd+Option+I (Mac).
🌐
Angular
v19.angular.dev › tools › devtools
DevTools • Angular
Like browsers' DevTools, the properties view lets you edit the value of an input, output, or other properties. Right-click on the property value and if edit functionality is available for this value type, a text input will appear.