I have a child route history and i get an empty error.
Uncaught (in promise): EmptyError: no elements in sequence EmptyError: no elements in sequence
Here is my code:
{path: 'calories', pathMatch: 'full', component: CaloriesComponent, canActivate: [UserService], children: [
{path: 'history', pathMatch: 'full', component: CaloriesHistoryComponent, canActivate: [UserService]}
]},