This is a question that I'm surprised I haven't found the answer to online, considering that the Angular Official docs is just wrong in saying this:
The default path-match strategy is 'prefix', which means that the router checks URL elements from the left to see if the URL matches a specified path. For example, '/team/11/user' matches 'team/:id'.
Based on the above quote, you are