angular/packages/router/testing/src
Andrew Scott 3c6258c85b fix(router): Remove deprecated setupTestingRouter function (#51826)
The `setupTestingRouter` function is a factory function for creating a
new instance of the `Router`. This function is effectively a no-op.
Developers should use `RouterModule.forRoot` or `provideRouter` in tests
instead.

BREAKING CHANGE: The `setupTestingRouter` function has been removed. Use
`RouterModule.forRoot` or `provideRouter` to setup the `Router` for
tests instead.

PR Close #51826
2023-09-22 09:47:44 -07:00
..
router_testing_harness.ts feat(router): exposes the fixture of the RouterTestingHarness (#50280) 2023-06-14 15:27:25 +02:00
router_testing_module.ts fix(router): Remove deprecated setupTestingRouter function (#51826) 2023-09-22 09:47:44 -07:00
testing.ts feat(router): Add test helper for trigger navigations in tests (#48552) 2023-01-25 19:31:38 +00:00