We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm submitting a ... (check one with "x")
Current behavior:
Not able to pass query parms along with router link: [queryParams]="{prop: 'xxx'}"
Expected behavior:
Would be nice to have query param support. e.g. menuItem.queryParams userMenu = [{ title: 'Profile', link: 'pages/profile', queryParam: "{prop: 'xxx'}" }, { title: 'Log out' }];
Steps to reproduce:
https://github.com/akveo/nebular/blob/master/src/framework/theme/components/menu/menu-item.component.html
Related code:
insert short code snippets here
npm, node, OS, Browser
<!-- Node, npm: `node --version` and `npm --version` OS: Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?) Browser: Chrome/Safari/Firefox/etc? -->
Angular, Nebular
<!-- Check your `package-lock.json` or locate a `package.json` in the `node_modules` folder. -->
The text was updated successfully, but these errors were encountered:
feat(menu): add support for query parameters (akveo#283)
decf24a
feat(menu): add support for query parameters (#283) (#324)
bbd86aa
No branches or pull requests
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
Not able to pass query parms along with router link:
[queryParams]="{prop: 'xxx'}"
Expected behavior:
Would be nice to have query param support.
e.g. menuItem.queryParams
userMenu = [{ title: 'Profile', link: 'pages/profile', queryParam: "{prop: 'xxx'}" }, { title: 'Log out' }];
Steps to reproduce:
https://github.com/akveo/nebular/blob/master/src/framework/theme/components/menu/menu-item.component.html
Related code:
Other information:
npm, node, OS, Browser
Angular, Nebular
The text was updated successfully, but these errors were encountered: