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-testingI 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