**
It is recommended to use the HTML 5 style (PathLocationStrategy) as location strategy in Angular
**Because
- It produces the clean and SEO Friendly URLs that are easier forusers to understand and remember.
- You can take advantage of the server-side rendering, which will makeour application load faster, by rendering the pages in the serverfirst before delivering it the client.
Use Hashlocationstrtegy only if you have to support the older browsers.