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 Backend
This directory contains the "backend" of Angular DevTools. This module interacts with the framework debugging APIs and responses to requests from the Angular DevTools extension.