Top "Angular2-testing" questions

Unit testing Angular 2 authGuard; spy method is not being called

I'm trying to unit test my auth guard service. From this answer I was able to get this far, but …

unit-testing angular angular2-routing angular2-testing
Is there typescript definition for DOM nativeElement?

I am testing an Angular2 component and want to assert nativeElement's property of the component, but there is no typescript …

angular typescript-typings angular2-testing