You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, great work! How can I achieve that, when I navigate to an url using router.navigate('/products/list/');, the trailing slash stays in the route? I would need this to have consistent urls, both from the server as well as from the js app.
The text was updated successfully, but these errors were encountered:
Hi there, great work! How can I achieve that, when I navigate to an url using
router.navigate('/products/list/');
, the trailing slash stays in the route? I would need this to have consistent urls, both from the server as well as from the js app.The text was updated successfully, but these errors were encountered: