Check out the full write-up on Medium here!
Launch.json changes needed to sync up with the Angular-CLI:
{
"version": "0.2.0",
"configurations": [
{
"type": "browser-preview",
"name": "Browser Preview: Attach",
"request": "attach"
},
{
"type": "browser-preview",
"request": "launch",
"name": "Browser Preview: Launch",
"url": "http://localhost:4200", // <--
"webRoot": "${workspaceFolder}" // <--
}
]
}
Check out www.DevHelp.Online for more info! Twitter @DevHelpOnline
Contact us at [email protected], and let's talk about your projects needs.