Angular - Routing
Identify the error in this route config:
{ path: 'home', component: HomeComponent, children: { path: 'profile', component: ProfileComponent } }