

Run the VS Code debugger “launch” job against the app (by clicking the green arrow in the Debug view).Launch the Angular app separate from the debugger (such as by running “ng serve” from the command line).vscode/ launch.json file (example below).


Their powers combined let you not only develop Angular app code but also debug it through the editor! VS Code debugging even works for TypeScript. Visual Studio Code is a great source code editor. Angular is a great front-end framework for web apps.
