I have a website developed in angular 2. When I provide optional parameters to it in chrome e.g.
https://aglplus-ui-demo.azurewebsites.net/home?error_code=10000&transaction_id=1543
This gets converted to
https://aglplus-ui-demo.azurewebsites.net/home%3Ferror_code%3D10000%26transaction_id%3D1543
and is unable to find the page in chrome. However, when I paste the same url in incognito mode, it runs perfectly. I am new to angular and am unable to find a cause for the same. Could you please direct me to the right direction.