//has to be backtick comma to interpolate. public colorLogger(str: any, color = "red"){ console.log(`%c ${str}`, `color: ${color}; font-weight: bold;`); }