I am new to working on an angular 1.6 application and still learning the ropes. The project consists of an asp.net web api project that needs to be run before starting the angular project.
Everything was running smoothly until I tried to debug a parameter value on the Angular side by adding a JS debugger. However, since then I have been facing constant errors while trying to run the Angular project, like the one below:
https://i.sstatic.net/fsSno.png
After encountering the error above, the application throws another error and even fails to build properly.
https://i.sstatic.net/La5IA.png
As a beginner in Angular development, I'm struggling to figure out how to resolve these issues.