Fix styling app and user menu on mobile device
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2021-01-27 10:33:01 +01:00
parent a7402438a0
commit 669c724e3a
3 changed files with 56 additions and 9 deletions

View File

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