Count the number of Modules, Lazy Modules, Pipes, Providers, Directives, Components used in an Angular application.
npx ng-app-counter
# or to define a tsconfig
npx ng-app-counter -p ./project/tsconfig.json
MIT
Count the number of Modules, Lazy Modules, Pipes, Providers, Directives, Components used in an Angular application.
TypeScriptMIT