Skip to content

Query parameters with virtualTree flag enabled #3567

Discussion options

You must be logged in to vote

Hi @pietro-ditommaso,
first for clarification.
There are two types of query parameters in Luigi.

On the one hand we have Luigi's node params with a prefix before to get the node params, like in your url http://localhost:4321/angular-test-app/details?~id=5.

initializeForFeature(featureRoot: string): void {
  console.log('nodeParams', getNodeParams());
  ....
}

You can add node params or you can navigate with params.

On the other hand there are the regular query parameters like http://localhost:4321/angular-test-app/details?id=5 without any prefix.
These params are called coreSearchParams with getter and setter for the luigi client.
Regarding security reasons it is necessary to set clientP…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pietro-ditommaso
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants