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.
Discussions

Angular Chrome Dev Tools extension error: "Angular DevTools only supports development builds." - Stack Overflow
I am trying to debug Angular app with Angular DevTools for Chrome Extension, but I am getting an error when I try to use it: We detected an application built with production configuration. Angular More on stackoverflow.com
๐ŸŒ stackoverflow.com
How To Open The Developer Tools In The Opera GX Web Browser | PC Tutorial
How To Open The Developer Tools In The Opera GX Web Browser | PC Tutorial YouTube Video Tutorial Link --> https://youtu.be/nAa1lD7I9Mo 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. Whether you're a web developer or just curious about how websites work, this guide will help you access and use DevTools efficiently. Watch now to master Opera GX's powerful developer features! Simple Steps Open the Opera GX web browser. Click on the red "O" upper left corner. Place your mouse cursor over "Developer" and click on "Developer Tools". #Opera #videotutorial #instructionaldesign More on reddit.com
๐ŸŒ r/techtalktutorials
1
2
February 6, 2025
Does Angular 2.0 Support Opera Mini - Stack Overflow
Given this article: http://www.infoq.com/news/2014/03/angular-2-0 Angular 2.0 will support Opera but does not mention Opera Mini. I suppose that means there will not be support but would like some More on stackoverflow.com
๐ŸŒ stackoverflow.com
October 17, 2018
Are there any debugging tools for the Opera Mini mobile browser? - Stack Overflow
For the desktop Opera browser we have Firebug to debug the webpage (debugging the HTML structure, CSS properties, etc.). Is there any kind of similar debugging tools that can I install in Opera Mini? More on stackoverflow.com
๐ŸŒ stackoverflow.com
๐ŸŒ
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)
January 28, 2026 - Angular DevTools is a Firefox DevTools extension that provides debugging and profiling capabilities for Angular applications.
Rating: 3.3 โ€‹ - โ€‹ 26 votes
๐ŸŒ
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.
Find elsewhere
๐ŸŒ
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.
๐ŸŒ
Daily Advent
dailyadvent.com โ€บ opera news โ€บ angular has finally its own devtools extension!
Angular has finally its own devTools extension! - Opera News
May 20, 2021 - Check out what you can do with this awesome tool! To install the extension Angular DevTools Angular DevTools extends Chrome DevTools adding Angular specific debugging and profiling capabilities. By FAM First, you need to switch to
๐ŸŒ
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
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 ...
๐ŸŒ
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.
๐ŸŒ
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.
๐ŸŒ
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).
๐ŸŒ
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!