I have an angular project where the routing is working absolutely fine with HashLocationStrategy.
Now I have to create a health status page which needs to be accessed without the '#' in the URL. The requirement is for my Global Load Balancer to be able to simply access this page and if it returns http 200 then only the request will come.
If the DNS is like abc.com then I need something like abc.com/status instead of abc.com/#/status