使用ng服务运行Angular 5将生成缩小的js文件。有没有办法不这样做,所以更容易调试?
还是有其他方法可以使用ng服务调试Angular 5应用程序吗?
答案 0 :(得分:0)
1) Assuming, you are using Visual Studio Code, you can 'install debugger
for chrome extensions'.
2) Open configurations in debug window and launch.json will open(edit your
launch.json if you require).
3) Start debug.