ng-count-onpush
v0.1.1
Published
A tool for counting components with OnPush on Angular2+ projects
Downloads
799
Readme
ng-count-onpush
Simple script which detect each Angular component inside a given directory, counting all the components which are using ChangedetectorRef.OnPush.
A report webpage will be generated, listing all the components.
Usage
npx
usage reccomended.
Run command:
npx ng-count-onpush [directory] # default: CWD.
Installation
Install globally via npm:
npm install -g ng-count-onpush
Then run the command
ng-count-onpush