Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: static query params #174

Closed
wants to merge 3 commits into from
Closed

feat: static query params #174

wants to merge 3 commits into from

Conversation

rousek
Copy link

@rousek rousek commented Aug 22, 2023

What is this PR about

Static query params passed into routerLink while navigating using xng-breadcrumb. Useful when you need to distinguish between navigating from xng-breadcrumb and other routerLink.

PR Checklist

  • The commit message follows the guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)

@vercel
Copy link

vercel bot commented Aug 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
xng-breadcrumb ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 22, 2023 9:09am

@udayvunnam
Copy link
Owner

@rousek We could achieve the same with, Can you see if this suffice.

routeInterceptor: (routeLink) => {
	return routeLink + <add any query params>;
}

Copy link

stale bot commented Mar 13, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Mar 13, 2024
Copy link

This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-pr-activity wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants