Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 409 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 409 Bytes

@code-workers.io/ngx-dirty-checker

A utility library to visualize and count re-renderings in Angular everytime change detection runs.

Install

npm i @code-workers.io/ngx-dirty-checker

Usage

<ngx-dirty-checker></ngx-dirty-checker>

Will render the number of dirty checks (re-renderings) of a component.

Compatibility

Version 1.x.x is compatible with Angular >=13.x.x.