mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
0b14e4ef74
The component exposed by the fixture is not important thus marked as `unknown`. Exposing the fixture of the `RouterTestingHarness` allows to use the methods & properties of that fixture and makes it compatible with testing libraries relying on `ComponentFixture` Fixes #48855 PR Close #50280