Angular - Routing
You have this Angular template:
<router-outlet></router-outlet> <router-outlet></router-outlet>What problem will this cause when navigating routes?
