angular/packages/router/testing
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
..
src fix(router): Remove deprecated setupTestingRouter function (#51826) 2023-09-22 09:47:44 -07:00
test feat(router): Add test helper for trigger navigations in tests (#48552) 2023-01-25 19:31:38 +00:00
BUILD.bazel feat(router): Add test helper for trigger navigations in tests (#48552) 2023-01-25 19:31:38 +00:00
index.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
PACKAGE.md docs: clean up router api doc (#31476) 2019-07-18 10:33:17 -07:00
public_api.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00