mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Url path of star segments should equal the original path. If you register the route `/app/*location` and invoke a url like `/app/foo/bar` the PathRecognizer should return a url path equal to the invoked url. Before this patch, everything after `foo` was ignored, which resulted in a redirect to `/app/foo` which was probably not intended (at least in the angular 1.5 component router). Closes #6976 |
||
|---|---|---|
| .. | ||
| integration | ||
| component_recognizer_spec.ts | ||
| hash_location_strategy_spec.ts | ||
| location_spec.ts | ||
| path_location_strategy_spec.ts | ||
| path_recognizer_spec.ts | ||
| route_config_spec.dart | ||
| route_config_spec.ts | ||
| route_registry_spec.ts | ||
| router_link_spec.ts | ||
| router_link_transform_spec.ts | ||
| router_spec.ts | ||
| spies.dart | ||
| spies.ts | ||
| url_parser_spec.ts | ||