Implementing a custom angular location strategy
Context Angular provides two approaches for routing, called Location Strategies. They are the HashLocationStrategy and the PathLocationStrategy. One key difference is that the HashLocationStrategy puts a # in all component URLs, whereas the PathLocat...
Apr 11, 20222 min read733
