How to use this developer tool
- Paste Angular source.
- Select the desired view mode.
- Enter optional search text.
- Run the viewer and navigate the generated outline or source view.
Explore Angular components, services, routes, modules, directives, and templates in a readable browser view. The viewer adds line numbers, artifact summaries, dependency information, public API details, lifecycle hooks, route structure, signals, and template-binding references.
The viewer converts Angular source into a readable text representation with metadata summaries and line-aware navigation information.
The viewer does not execute Angular code or render the component template.
Outline mode lists the component decorator, class name, inputs, outputs, injected services, signals, lifecycle hooks, and methods.
Paste the source, keep Show line numbers enabled, and select Full Source.
Yes. Select Inputs / Outputs to generate a focused public API view.
Select Dependencies to list constructor-injected services and inject() calls.
Yes. Route mode lists common route paths, components, redirects, guards, and lazy-load declarations.
No. It provides static source exploration rather than runtime rendering.
| Area | Coverage |
|---|---|
| Full Source | Line-numbered source output |
| Outline | Members and Angular APIs |
| Dependencies | Imports and injected services |
| Routes | Route structure and lazy loading |