I have an Angular 5 application. Say a route is loaded for e.g. http://localhost:3000/ui/customers/9/billing
if i refresh the page in the browser, it automatically goes to the http://localhost:3000/ui/customers/9/billing component; is there any way to make it load the http://localhost:3000/ui/customers route (component)?
I have tried using HashLocationStrategy but it is not working.
The question here is the same, but i did not understand the solution provided.