From 9196358842c0ef8697e711d2e8eeb37c450d64c2 Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Tue, 24 Jan 2023 16:28:38 +0100 Subject: [PATCH] Fix input groups --- .../components/map-search/map-search.component.html | 10 +++------- src/app/app-routing.module.ts | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/projects/common-map/src/fm-map/components/map-search/map-search.component.html b/projects/common-map/src/fm-map/components/map-search/map-search.component.html index e853376..7c0e0ec 100644 --- a/projects/common-map/src/fm-map/components/map-search/map-search.component.html +++ b/projects/common-map/src/fm-map/components/map-search/map-search.component.html @@ -7,14 +7,10 @@
-
- -
+ -
- - -
+ +
diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 1f8355e..e061dc9 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -63,7 +63,7 @@ const routes = [ canActivate: [NavBarGuard], component: NotImplementedComponent }, - { path: 'map', loadChildren: () => import('../../projects/common-map/src/public-api').then(m => m.AppCommonMapModule), canActivateChild: [AuthGuard],canActivate: [NavBarGuard], }, + { path: 'map', loadChildren: () => import('../../projects/common-map/src/public-api').then(m => m.AppCommonMapModule), canActivateChild: [AuthGuard],canActivate: [FullScreenGuard], }, { path: 'map3d', loadChildren: () => import('./map3d/map3d.module').then(m => m.Map3DModule), canActivateChild: [AuthGuard], canActivate: [FullScreenGuard] }, { path: 'registerdevice/:deviceToken',