From be35fa52af1c4c75c1c34d99ba8c2290b749deef Mon Sep 17 00:00:00 2001
From: Ratnadeep Rajendra Kharade <92khra1mst@hft-stuttgart.de>
Date: Mon, 2 Dec 2019 16:48:05 +0100
Subject: [PATCH] provided HereMapComponent in HireBikeRoutingModule
 declarations

---
 src/app/hirebike/hirebike.module.ts | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/app/hirebike/hirebike.module.ts b/src/app/hirebike/hirebike.module.ts
index 7e9eb00..b09c0dd 100644
--- a/src/app/hirebike/hirebike.module.ts
+++ b/src/app/hirebike/hirebike.module.ts
@@ -7,6 +7,7 @@ import { IonicModule } from '@ionic/angular';
 import { HirebikePageRoutingModule } from './hirebike-routing.module';
 
 import { HirebikePage } from './hirebike.page';
+import { HereMapComponent } from '../components/here-map/here-map.component';
 
 @NgModule({
   imports: [
@@ -15,6 +16,7 @@ import { HirebikePage } from './hirebike.page';
     IonicModule,
     HirebikePageRoutingModule
   ],
-  declarations: [HirebikePage]
+  declarations: [HirebikePage,
+    HereMapComponent]
 })
 export class HirebikePageModule {}
-- 
GitLab