You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a simple project generated through the angular CLI some classes were added manually but that seems unrelated to the problem I am experiencing. As the same problems also seem to apply to the generated classes / components.
Steps to reproduce:
Generate a component + spec file
Run ng test
Click on the debug button within the chrome browser (karma page)
Open the developer tools
Place a debugger statement in the component (not the spec) class.
Once the debugger is hit the code that is displayed is completely unusable / unreadable.
It seems almost as if the sourcemapping is incorrect and what is actually displayed is the code angular-cli generates from the supplied typescript code.
The text was updated successfully, but these errors were encountered:
OS?
Versions.
Repro steps.
Steps to reproduce:
app.component.ts
what the chrome inspector shows
Mention any other details that might be useful.
It seems almost as if the sourcemapping is incorrect and what is actually displayed is the code angular-cli generates from the supplied typescript code.
The text was updated successfully, but these errors were encountered: