diff --git a/.vscode/launch.json b/.vscode/launch.json index aed221b..097853b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,5 +10,12 @@ "name": "Attach", "port": 9229 }, + { + "type": "chrome", + "request": "launch", + "name": "Launch chrome against localhost", + "url": "http://localhost:4200", + "webRoot": "${workspaceFolder}" + } ] } \ No newline at end of file