mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Follow-up PR for https://github.com/angular/angular/pull/58086 & https://github.com/angular/angular/pull/58199. Adds below features to Angular DevTools to display router graph: - Add a new router example in the Angular DevTools demo application. - Implement the router graph in the Angular DevTools to view the routes that are loaded in the application. PR Close #58213 |
||
|---|---|---|
| .. | ||
| src | ||
| BUILD.bazel | ||
| index.ts | ||
| README.md | ||
| tslint.json | ||
Angular DevTools UI
This module exports the Angular DevTools component. We render the DevToolsComponent within an Angular application running in Chrome or Firefox DevTools. This module of the application communicates with the Angular DevTools "backend".