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 componentdebugger;
works fine- setting breakpoints in the browser works fine as well (in dev)