I have been trying to debug an Angular project with console.log(), and I checked my chrome console logging options and made sure that all the levels are enabled, but I still got nothing as an output.
I placed my console.log() in many places in the code, including at the constructor of a class and it still didn't work. I noticed; however, that I get an output at the chrome console when I change console.log() to console.error(). Any idea how to fix this problem?