mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| duplicate_in_flight_navigations.spec.ts | ||
| eager_url_update_strategy.spec.ts | ||
| guards.spec.ts | ||
| integration.spec.ts | ||
| integration_helpers.ts | ||
| lazy_loading.spec.ts | ||
| navigation.spec.ts | ||
| navigation_errors.spec.ts | ||
| redirects.spec.ts | ||
| route_data.spec.ts | ||
| route_reuse_strategy.spec.ts | ||
| router_events.spec.ts | ||
| router_link_active.spec.ts | ||
| router_links.spec.ts | ||