skip to Main Content

Visual studio code debug Angular with custom localhost

I've initialized a blank angular project with ng new and configured the launch.json in visual studio code with default chrome launch "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome against localhost", "url": "http://localhost-app.myapp.com:4200", "webRoot": "${workspaceFolder}" } ] I've…

VIEW QUESTION
Back To Top
Search