Hi!
I am trying to serve my app using ng serve --open.
I am now getting the # appended to the localhost:4200, because of this, I am not able to see my code while debugging the source code using breakpoints.
I am believing that the code is being obfuscated, as shown in the attached image:
Here, I am able to stop at breakpoints, but code is not clear.
So, I am not sure why this # is being appended recently.
Any pointers on how to get rid of this.
Thanks.