How to debug Angular app in Visual Studio Code
To debug Angular app into Visual Studio Code Please flow below step:
Note: These are only one time activity
Lets start your Code Editor
Step 1 - Goto Extension options OR Press - Ctrl + Shift + X
Step 2 - Type on Search - "Debugger for Chrome"
Step 4 - Now Press F5 and Select Chrome from option list
"url": "http://localhost:4200"
That's it. you are ready to debug your angular app.
Remember run your app with ng serve command.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment