Why can I access an component in a sub module via multiple routes in Angular 15?

TLDR; I am learning Angular and prepending routes from a sub modules, makes the module available on its original url aswell as the url with the prefix. Long: I am learning Angular and I am trying to create a web app with multiple pages and components that work together. One of the first thing I… Read More Why can I access an component in a sub module via multiple routes in Angular 15?