Angular Debugging in VS Code - deependhamecha/angular GitHub Wiki

{
    "version": "0.2.0",
    "configurations": [
      {
        "type": "chrome",
        "request": "launch",
        "name": "Launch Edge against localhost",
        "url": "http://localhost:4200",
        "webRoot": "${workspaceFolder}"
      }
    ]
}