-1

i have created a sample application in angular 2 using typescript. what are the possible way to debugg typescript with angular 2 in developer tool.

Thulasi
  • 193
  • 1
  • 10

1 Answers1

1

You can use chrome development tool. Here is the doc. You may want to start on "Inspect & Debug Javascript" section

Michael
  • 1,692
  • 1
  • 17
  • 19
  • is any possible way to debugg typescript with angular 2 in visual studio? – Thulasi Nov 02 '16 at 07:33
  • how to debugg typescript section? – Thulasi Nov 02 '16 at 07:35
  • 1
    Assuming you are using Visual Studio Code, you can follow the steps described on this [link](http://stackoverflow.com/questions/36494938/debug-run-angular2-typescript-with-visual-studio-code) – Michael Nov 02 '16 at 07:39