简体   繁体   中英

How to debug a Angular frontend with C# WebAPI backend

I am working on a project with a angular frontend and web API C# backend.I have never worked with Angular so I am wondering how do I step into the angular side of things FROM the C# backend.

You can debug an Angular app using the browser dev tools, Augury (chrome extension) and logging in your code. The C# API does not have to do anything with that.

Or i misunderstand you question!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM