How to debug Angular JavaScript Code

前端 未结 13 2052
离开以前
离开以前 2020-12-04 06:48

I am working on a proof of concept using Angular JavaScript.

How to debug the Angular JavaScript code in different browsers (Firefox and Chrome) ?

13条回答
  •  囚心锁ツ
    2020-12-04 07:13

    there is also $log that you can use! it makes use of your console in a way that you want it to work!

    showing the error/warning/info the way your console shows you normally!

    use this > Document

提交回复
热议问题