Angular - Routing
What is wrong with this route configuration?
const routes = [
{ path: 'dashboard', component: DashboardComponent },
{ path: 'dashboard', component: AnotherComponent }
];