xng-breadcrumb
xng-breadcrumb copied to clipboard
feat: static query params
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)
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 |
@rousek We could achieve the same with, Can you see if this suffice.
routeInterceptor: (routeLink) => {
return routeLink + <add any query params>;
}
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.
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.