Set label colors in your chrome console logs.
npm install cologrinchis --save
Import the module from your node modules with the namespace as you want:
import * as clr from 'cologrinchis';
clr.warn('custom warn label', 'This is a warning');
clr.info('custom info label', 'This is an info');
clr.log('custom log label', 'This is a log');