angular/packages/router/test/integration
Andrew Scott 4c36659ba9 refactor(router): Add handling for empty observables in guards (#63546)
This fixes a bug introduced in #63485 where `firstValueFrom` was used. This
doesn't work in all situations here because some observables don't
emit before completing. These errors should result in the route matching
logic moving on to the next route.

Note: This is marked as a refactor rather than fix because the commit above is not in
any release yet.

PR Close #63546
2025-09-02 11:50:49 -07:00
..
duplicate_in_flight_navigations.spec.ts test(router): This commit removes ZoneJS from the router tests (#61078) 2025-05-05 08:55:01 -07:00
eager_url_update_strategy.spec.ts build: move private testing helpers outside platform-browser/testing (#61472) 2025-05-20 10:00:43 +00:00
guards.spec.ts refactor(router): Add handling for empty observables in guards (#63546) 2025-09-02 11:50:49 -07:00
integration.spec.ts feat(router): convert lastSuccessfulNavigation to signal (#63057) 2025-08-13 11:29:01 -07:00
integration_helpers.ts test(router): This commit removes ZoneJS from the router tests (#61078) 2025-05-05 08:55:01 -07:00
lazy_loading.spec.ts fix(router): ensure preloaded components are properly activated (#62502) 2025-07-09 14:39:39 -07:00
navigation.spec.ts feat(router): add a currentNavigation signal to the Router service. (#63011) 2025-08-06 09:54:53 -07:00
navigation_errors.spec.ts build: move private testing helpers outside platform-browser/testing (#61472) 2025-05-20 10:00:43 +00:00
redirects.spec.ts test(router): Add test for empty path redirect and no match (#62176) 2025-06-23 14:18:12 +02:00
route_data.spec.ts build: migrate router to use rules_js (#61542) 2025-05-21 09:53:34 +00:00
route_reuse_strategy.spec.ts build: migrate router to use rules_js (#61542) 2025-05-21 09:53:34 +00:00
router_events.spec.ts build: move private testing helpers outside platform-browser/testing (#61472) 2025-05-20 10:00:43 +00:00
router_link_active.spec.ts build: migrate router to use rules_js (#61542) 2025-05-21 09:53:34 +00:00
router_links.spec.ts build: migrate router to use rules_js (#61542) 2025-05-21 09:53:34 +00:00