Josh Schneider
Results
2
issues of
Josh Schneider
If possible, please merge these simple changes, and thanks for the module.
[Test a routed component with parameters](https://angular.io/docs/ts/latest/guide/testing.html#!#test-a-routed-component-with-parameters) has a code snippet of subscribing to `ActivatedRoute` params and using the "id" parameter to get a hero from a `getHero` method. ``` ngOnInit():...