How to debug angular in vs code

preview_player
Показать описание
In this video, I'm going to show you how you can debug angular projects in vs code remotely and using chrome developer tools.
Рекомендации по теме
Комментарии
Автор

Thanks. Luckily, in the latest versions of Angular you just have to put a breakpoint, click on the debugging icon, select "ng serve" and hit the play icon to run it. 🙂

marcosjrs