'More specific template fault logs

I remember when Angular 2 first came out, any errors made in a template would be written in the console of the browser with the exact line number at fault. However in the most recent Angular versions (and clis), we get a rather unhelpful error message just saying the following:

enter image description here

Is there a way to bring back the more informative template errors?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source