-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
nb-route-tabset with parameters in URL #188
Comments
Hi, any update on this? |
Still nothing :(, |
2 tasks
Hi guys! Fix planned on 3.2.0 release. Then you will be able to set route in any way supported by As a workaround, for now, you can provide dynamic values only via single strings. Like this:
|
Hello, I've got a problem that I would like to add the route NavigationExtras and I can not find the right way. Im asking for help! Examples I tried:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
When using
nb-route-tabset
, the parameters are never sent correctly because the URL we provide is considered as a simple string. Which means that when we arrive at the targeted component, we cannot fetch data by reading the route parameters.Expected behavior:
Being able to use parameters in the URL. Probably asking for an array in the route property and navigate to it in the NbRouteTabsetComponent should be enough ?
Steps to reproduce:
Related code:
Have a Groups module with these routes :
In the
GroupComponent
( I tried different way to define the route):with this template :
<nb-route-tabset [tabs]="tabs"></nb-route-tabset>
In the
GroupDetailComponent
:Other information:
npm, node, OS, Browser
node: v8.9.4
npm: 5.6.0
OS: Ubuntu 1604
Browser: firefox
Angular, Nebular
The text was updated successfully, but these errors were encountered: