Typescript files not showing in Angular 2 CLI project using chrome web developer tools

前端 未结 4 1014
隐瞒了意图╮
隐瞒了意图╮ 2021-01-02 02:56

I have generated a typescript project using angular2 CLI (ember cli). I am using Chromium Web Developer tools to debug. I have \"enable javascript source maps\" selected i

4条回答
  •  情歌与酒
    2021-01-02 03:04

    It seems like basic configuration of Angular CLI uses Webpack and all TypeScript files can be found in its src directory, thus allowing one to put a breakpoint without making use of debugger statement.

    enter image description here

提交回复
热议问题