ng-sizer
Measure the size of your AngularJS module.
Usage
After everything is registered in your AngularJS module, simply call ngSizer()
with the module as an argument and check your console.
; ... const app = angular; app;app; /* * Will log the following object to the console: * * { * controllerCount: 1, * serviceCount: 1 * } * */console;