Hi,
How do you extract route parameter and pass it to the page in SSD?
I’m not able to access claimId param anyhow.
Hi,
How do you extract route parameter and pass it to the page in SSD?
I’m not able to access claimId param anyhow.
Hello @Bartek ,
You can import the router module using the dependency node.
use the dependency to access it.
Using this, you can pass and access URL params or query parameters.
page.router.url will give you the full UR
What’s the name of the module?