Debug
- In Edge, press F12 and click the Debugger tab.
- Look in the first localhost folder, then src/app.ts
- Put a breakpoint on the line with
return
. - Type in the boxes and confirm that the breakpoint hits in TypeScript code and that inspection works correctly.
That’s all you need to know to include basic TypeScript in your ASP.NET project. Next we’ll include Angular and write a simple Angular app.
Please login to continue.