| Item |
Version |
| generator-angular-fullstack |
3.6.1 |
| Node |
4.2.3 |
| npm |
3.7.5 |
| Operating System |
Windows 7 |
| etc |
etc |
| Item |
Answer |
| Transpiler |
TypeScript |
| Markup |
HTML |
| CSS |
CSS |
| Router |
ui-router |
| Build Tool |
Grunt |
| Client Tests |
Jasmine |
| DB |
MongoDB |
| Auth |
Y |
| socket.io |
Y |
Hi
I am trying to debug the client side in Chrome but when I try to place a breakpoint for example in the
socket.service.js the view changes to the socket.service.ts but the code that appears under the socket.service.ts tab is belonging to index.html so I can't debug the client side because I can't place the breakpoints.
Am I doing something wrong?
Here the image of both socket.service.js and socket.service.ts


Thanks
Hi
I am trying to debug the client side in Chrome but when I try to place a breakpoint for example in the
socket.service.js the view changes to the socket.service.ts but the code that appears under the socket.service.ts tab is belonging to index.html so I can't debug the client side because I can't place the breakpoints.
Am I doing something wrong?
Here the image of both socket.service.js and socket.service.ts
Thanks