Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 676 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 676 Bytes

Angular change detection profiler

Highlights all components in a Angular app when they are checked during a CD cycle check.

TODO:

  • Highlight all components checked
  • Make sure it's a runtime thing (which works on any app, even prod builds)
  • Fix the tree rendering
  • Move to chrome plugin-
  • Test on more apps than one :)

Try it out

Just run yarn && yarn start to make the app run and start clicking away.

The components will light up. The entire tree of components is rendered below and the tree of components that were updated during the last CD cycle is rendered below that. The tree visualisation should be rendered in the chrome plugin.