Some fixes
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2020-10-30 12:37:02 +01:00
parent 2656a67fca
commit 8d204ce1cd
2 changed files with 10 additions and 2 deletions

View File

@@ -19,7 +19,15 @@ const routes = [
component: MapComponent
}
]
}
},
{
path: ':queryState', children: [
{
path: '',
component: MapComponent
}
]
}
];
@NgModule({