I'm aware that I can parse the query string parameters in the browser url using $location.search(), however does angular expose any service to do this manually?
I mean lets say I have the string "www.example.com/my/route?p1=boom&p2=bam"
Does angular give me a way to parse the query string out of it, just like it does internally?