Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 341 Bytes

ts_angular_debugging.md

File metadata and controls

8 lines (6 loc) · 341 Bytes

ts_angular_debugging

Small debugging tips and useful tools while developing Angular apps.

  • augury browser addon
  • ng.probe($$('app-component')[0]).componentInstance gets the current instance of the component
  • debugger; works fine
  • setting breakpoints in the browser works fine as well (in dev)