- Install module: npm i angularjs-dev-console -S
- Add module to angularjs app: angular.module('myApp',['developConsole'])
- console.mode('mode') - mode : dev / prod - String - This command set the enviroment. default is dev if is localhost domaind else is prod
- console.logs(). - Print de all logs.
- console.dev('') - Equal to regular console.log