Angular supports two different routing strategies:
- PathLocationStrategy โ the default "HTML5 pushState" style.
- HashLocationStrategy โ the "hash URL" style.
If you are using PathLocationStrategy you have to append a .htaccess file to your production server in order to make routing work. For more information about Angular's routing click here.