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 applications dependency injection tree to better how understand how and why any token was resolved to a specific service.
You can Follow the below Step By Step procedure to install the Angular DevTools Chrome Extension to your Chrome Web browser.
It is the Angular DevTools Chrome extension download link you can download and install Chrome Browser.
Chrome extension to generate Laravel integration tests while using your app.
Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties.
Chrome and Firefox DevTools extension for debugging Livewire applications.
Chrome Developer Tools extension for debugging SolidJS applications.