I am using Angular 18 version. In browser, I am mot getting error or console log line number of typescript file in console panel in browser development tool.
I have checked sourceMap value is set to true in angular.json file and the same is also set to true in tsconfig file as well
Is there any additional settings I need to set to make this work?
1