xng-breadcrumb icon indicating copy to clipboard operation
xng-breadcrumb copied to clipboard

feat: static query params

Open rousek opened this issue 2 years ago • 3 comments

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

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

rousek avatar Aug 22 '23 09:08 rousek

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

vercel[bot] avatar Aug 22 '23 09:08 vercel[bot]

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

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

udayvunnam avatar Aug 24 '23 12:08 udayvunnam

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[bot] avatar Mar 13 '24 11:03 stale[bot]

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.

github-actions[bot] avatar May 13 '24 05:05 github-actions[bot]