I'm currently working on a URL parser that formats and corrects relative links. I designate some characters to be special and included is "#".
I found that this becomes an issue when I'm processing pages that are developed with Angular, because makes use of #'s in the URL. However, in reading up on the IETF protocol for URL naming, it seems like #'s are reserved characters.
Can someone explain to me how Angular interacts with URL naming?