Add test
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2021-02-11 11:49:28 +01:00
parent 142a1c9e58
commit 231fbf9ee8
5 changed files with 26 additions and 14 deletions

View File

@@ -33,6 +33,11 @@ const routes = [
component: TestComponent,
outlet: 'app-menu'
},
{
path: '',
component: TestComponent,
outlet: 'notification-menu'
},
{
path: '',
component: LogoComponent,