1
Hello,
You can use console.log() or alert to see the outcome of any particular object or variable. You can also use debugger to insert a break point. After inserting debugger and clicking F12 on your view you can debug step by step using F10 or F11. If you have used razor view of MVC then you can directly debug your application by inserting a breakpoint like other server side technology you debug.
Thanks
0
Hello,
https://blog.angularindepth.com/everything-you-need-to-know-about-debugging-angular-applications-d308ed8a51b4
https://angularfirebase.com/lessons/methods-for-debugging-an-angular-application/
https://stackoverflow.com/questions/18782069/how-to-debug-angular-javascript-code
Thanks