Skip to content

Conversation

@atscott
Copy link
Contributor

@atscott atscott commented Oct 28, 2025

this adds support for both leading and trailing segments before/after wildcard route. Exposig the segments in a new _splat param would require a breaking change to the return value of the matchers.

fixes #60821

this adds support for both leading and trailing segments before/after wildcard
route. Exposig the segments in a new _splat param would require a
breaking change to the return value of the matchers.

fixes angular#60821
@atscott atscott added requires: TGP This PR requires a passing TGP before merging is allowed target: minor This PR is targeted for the next minor release and removed state: blocked labels Oct 28, 2025
@atscott atscott marked this pull request as ready for review October 29, 2025 16:12
@pullapprove pullapprove bot removed the requires: TGP This PR requires a passing TGP before merging is allowed label Oct 29, 2025
@atscott
Copy link
Contributor Author

atscott commented Oct 29, 2025

@atscott atscott added the target: feature This PR is targeted for a feature branch (outside of main and semver branches) label Oct 29, 2025
@atscott atscott added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release and removed target: minor This PR is targeted for the next minor release target: feature This PR is targeted for a feature branch (outside of main and semver branches) labels Oct 29, 2025
@atscott
Copy link
Contributor Author

atscott commented Oct 30, 2025

This PR was merged into the repository. The changes were merged into the following branches:

@atscott atscott closed this in c84d372 Oct 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

support ** wildcard between path segments (e.g., /foo/**/bar)

2 participants