Navigate to the same route but change the route param
Hello, is it possible to change the route param? My use case is, I have something like:
/$companyId/settings
/$companyId/users
/$companyId/files
What I want is to add a select on the page so at any moment the user can choose another company to see the details, so I want to implement a generic way to change the route param for the current route, how can I do that?
/$companyId/settings
/$companyId/users
/$companyId/files
What I want is to add a select on the page so at any moment the user can choose another company to see the details, so I want to implement a generic way to change the route param for the current route, how can I do that?