Lets say I have two divs on an index page:
<div id="divA"></div>
<div id="divB"></div>
Using Angular (assuming through routing), is there a way to manually enter a url (in the address bar) that navigates to that specific div on said page.
http://website.com/divA
http://website.com/divB
I've come across ways of doing it through anchor tags, but I've been tasked to figure out a way to do it when a user enters a specific url in the address bar. If anyone can explain a potential solution, I'd appreciate the insight.