Skip to content

Angular Tools

1 tool for Angular component inspection. Registered after detect finds Angular.

WARNING

Requires Angular development mode with the ng.* debug API available. Production builds with AOT compilation do not expose this API.

component_angular_tree

Traverse the Angular component tree.

ParameterTypeDefaultDescription
depthnumber8Tree depth (1-20)

Returns:

  • Component hierarchy
  • Input property values
  • Output event bindings
  • Injected services

Released under the MIT License.