how to debug angular services in browser

后端 未结 5 2061
感情败类
感情败类 2020-12-23 09:48

I have created a factory/service in my angular app.

I want to debug it in the browser. Is there a way that I can access its instance and check what is the value of

5条回答
  •  眼角桃花
    2020-12-23 10:22

    Try ng-inspect chrome extension.

    $get('serviceName') in console will return the service or factory instance.

提交回复
热议问题