How Angular resolves route-definitions (paths)
Let's first define a few basic things. We'll use this URL as an example: /users/james/articles?from=134#section.
It may be obvious but let's first point out that query parameters (?from=134) and fragments (#section) do not play any role in path matc...
waterkamp.hashnode.dev7 min read