I want to be able to find a way to navigate to a page with parameter in the url for example,
Suppose if I put following like on the browser localhost:8000/?root=profiledetails&id=QQWWES Then I should be able to navigate to page configured with profiledetails in the router and also I should be able to retrieve the query parameter id QQWWES which I need to retrieve data from server.
Can anyone please help me figure this out. Appreciate your help.