Hi, during development in a pretty big Angular project, I sometimes get this error in console:
It doesn’t say anything helpful, and usually I’d dismiss it and try to find the real problem in the code, but peeking at chrome’s log, it has so much more information:
Now I see it’s something related to the router definition and lazy loading.
Anyway, this bug is solvable, but having chrome sometimes displaying more information in the same scenario force me to use it, over Firefox.