In my Angular 2 web application I would like to change the url page in the browser. For example I'd like to change it from:
http://localhost:63000/my-page
to
http://localhost:63000/your-page
It must not redirect, no page load, and browser history must reflect the page change.
Can this be done?