Hello everyone,

I have a servlet application. Now we are introducing angular 2 for some 
part of the application. The angular app is served through a servlet(after 
doing some logic) and forwards to index.html.
*http://localhost:8888/partymgr/companyopen?tenantId=abc*

In the angular app, the routes are configured.  
After clicking on router-links in the angular app, the browser url becomes
*http://localhost:8888/partymgr/companyopen/dashboard*

As you can see, the query param tenantId is lost.

How should I retain the query params in the browser url, while using 
angular 2 router

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Angular" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to