When I load a route to the primary router-outlet, Angular creates a sibling element to show the content. For example, my route "events" is loaded like this in the DOM:
Is this correct? Or should the <app-events>
element be inside <router-outlet>
?
The website does look like it should in the browser.